Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1:/tmp/cvs-serv18756

Added Files:
        libwww-pm-5.64-2.info libwww-pm-5.64-2.patch 
Log Message:
move to stable


--- NEW FILE: libwww-pm-5.64-2.info ---
Package: libwww-pm
Version: 5.64
Revision: 2
Depends: compress-zlib-pm, uri-pm, mime-base64-pm, html-parser-pm, libnet-pm, 
digest-md5-pm
Source: mirror:cpan:authors/id/G/GA/GAAS/libwww-perl-%v.tar.gz
Patch: %f.patch
Type: perl
UpdatePOD: true
CompileScript: <<
  perl Makefile.PL LIB=%p/lib/perl5 -n PREFIX=%p INSTALLPRIVLIB=%p/lib/perl5 
INSTALLARCHLIB=%p/lib/perl5/darwin INSTALLSITELIB=%p/lib/perl5 
INSTALLSITEARCH=%p/lib/perl5/darwin INSTALLMAN1DIR=%p/share/man/man1 
INSTALLMAN3DIR=%p/share/man/man3
  make
<<
DocFiles: Changes MANIFEST README* TODO
Description: Perl modules, programming interface to the WWW
DescDetail: <<
The libwww-perl collection is a set of Perl modules which provides a
simple and consistent application programming interface to the
World-Wide Web.  The main focus of the library is to provide classes
and functions that allow you to write WWW clients. The library also
contain modules that are of more general use and even classes that
help you implement simple HTTP servers.
<<
License: Artistic
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.cpan.org/

--- NEW FILE: libwww-pm-5.64-2.patch ---
diff -ruN libwww-perl-5.64.orig/Makefile.PL libwww-perl-5.64/Makefile.PL
--- libwww-perl-5.64.orig/Makefile.PL   Wed Jan  2 18:51:36 2002
+++ libwww-perl-5.64/Makefile.PL        Sat Mar 23 13:33:27 2002
@@ -9,7 +9,7 @@
 #--- Configuration section ---
 
 my @programs_to_install = qw(lwp-request lwp-mirror lwp-rget lwp-download);
-my @request_aliases     = qw(GET HEAD POST);
+my @request_aliases     = qw();
 
 #--- End Configuration - You should not have to change anything below this line
 
@@ -57,7 +57,7 @@
 
 EOT
 
-        if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
+        if ($s) {
            open(ENABLED, ">t/live/ENABLED") || die "Can't enable: $!";
            close(ENABLED);
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to