rpms/perl-Readonly-XS/devel makefile.pl.patch,NONE,1.1

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Oct 6 16:21:51 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Readonly-XS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8421

Added Files:
	makefile.pl.patch 
Log Message:
there's always something...

makefile.pl.patch:

--- NEW FILE makefile.pl.patch ---
--- Makefile.PL.orig	2006-10-06 08:44:30.403840967 -0700
+++ Makefile.PL	2006-10-06 08:44:42.180431002 -0700
@@ -5,7 +5,7 @@
 WriteMakefile(
     'NAME'		=> 'Readonly::XS',
     'VERSION_FROM'	=> 'XS.pm', # finds $VERSION
-    'PREREQ_PM'		=> {Readonly => 1.02}, # e.g., Module::Name => 1.1
+    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
       (AUTHOR     => 'Eric Roode <roode at cpan.org>') : ()),
     'LIBS'		=> [''], # e.g., '-lm'




More information about the scm-commits mailing list