On Fri, May 29, 2009 at 07:46:29PM +0300, Tzafrir Cohen wrote: > Asterisk-FastAGI > ---------------- > http://search.cpan.org/~jaywhy/Asterisk-FastAGI-0.02/ > > Uses Asterisk::AGI and Net::Server::PreFork to simplify writing FastAGI > servers. > > Only two versions. Last updated on 2007. Useful?
Makefile.PL uses Module::Install, which tends not to come with Linux distributions. README does not mention you need to have it installed in order for 'perl Makefile.PL' to work. Anybody maintaining the package? diff --git a/README b/README index 573ec40..879ee71 100644 --- a/README diff --git a/README b/README index 573ec40..879ee71 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Asterisk-FastAGI version 0.01 -============================= +Asterisk-FastAGI +================ Asterisk::FastAGI provides a preforking daemon for handling FastAGI requests from Asterisk. @@ -9,11 +9,8 @@ facilities, configuration, etc. INSTALLATION -This module requires Asterisk::AGI to work. However this module isn't -currently up on CPAN. This may change shortly. To download the -asterisk-perl modules. Go to: - -http://asterisk.gnuinter.net/ +This module requires Asterisk::AGI and Net::Server::PreFork to work. +Module::Install is needed for building. tzaf...@sweetmorn:/tmp/FastAGI/Asterisk-FastAGI-0.02$ git diff | cat diff --git a/README b/README index 573ec40..879ee71 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Asterisk-FastAGI version 0.01 -============================= +Asterisk-FastAGI +================ Asterisk::FastAGI provides a preforking daemon for handling FastAGI requests from Asterisk. @@ -9,11 +9,8 @@ facilities, configuration, etc. INSTALLATION -This module requires Asterisk::AGI to work. However this module isn't -currently up on CPAN. This may change shortly. To download the -asterisk-perl modules. Go to: - -http://asterisk.gnuinter.net/ +This module requires Asterisk::AGI and Net::Server::PreFork to work. +Module::Install is needed for building. To install this module type the following: -- Tzafrir Cohen icq#16849755 jabber:[email protected] +972-50-7952406 mailto:[email protected] http://www.xorcom.com iax:[email protected]/tzafrir --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
