Blame SOURCES/Readonly-XS-1.05-prereq.patch

87e8ab
--- Makefile.PL
87e8ab
+++ Makefile.PL
87e8ab
@@ -5,7 +5,7 @@
87e8ab
 WriteMakefile(
87e8ab
     'NAME'		=> 'Readonly::XS',
87e8ab
     'VERSION_FROM'	=> 'XS.pm', # finds $VERSION
87e8ab
-    'PREREQ_PM'		=> {Readonly => 1.02}, # e.g., Module::Name => 1.1
87e8ab
+    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
87e8ab
     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
87e8ab
       (AUTHOR     => 'Eric Roode <roode@cpan.org>') : ()),
87e8ab
     'LIBS'		=> [''], # e.g., '-lm'