mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5a5ee1e589
- Sort PLIST - Reformat pkg-descr
17 lines
376 B
Plaintext
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/
|