1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/p5-RPC-Simple/pkg-descr
Sunpoet Po-Chuan Hsieh 5a5ee1e589 - Add LICENSE
- Sort PLIST
- Reformat pkg-descr
2014-07-31 15:14:01 +00:00

17 lines
376 B
Plaintext

This module implements remote procedure call. I've tried to keep things simple.
So this module should be:
- quite simple to use (thanks to autoload mechanisms)
- lightweight
It sure is not:
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof
But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
WWW: http://search.cpan.org/dist/RPC-Simple/