Bug 102256 - [NEW PORT] net/p5-RPC-Simple: Perl classes to handle simple asynchronous RPC calls with call-back
Summary: [NEW PORT] net/p5-RPC-Simple: Perl classes to handle simple asynchronous RPC ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-19 04:10 UTC by gslin
Modified: 2006-08-22 08:03 UTC (History)
1 user (show)

See Also:


Attachments
p5-RPC-Simple-1.002.shar (2.80 KB, text/plain)
2006-08-19 04:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-19 04:10:12 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-19 04:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-22 08:03:47 UTC
State Changed
From-To: open->closed

New port added. Thank You.