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

16 lines
376 B
Text

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/