Blob Blame History Raw
--- Makefile.PL
+++ Makefile.PL
@@ -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@cpan.org>') : ()),
     'LIBS'		=> [''], # e.g., '-lm'