diff options
Diffstat (limited to 'net/p5-Spread-Session/files/patch-Makefile.PL')
-rw-r--r-- | net/p5-Spread-Session/files/patch-Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/p5-Spread-Session/files/patch-Makefile.PL b/net/p5-Spread-Session/files/patch-Makefile.PL new file mode 100644 index 000000000000..dad8489981d9 --- /dev/null +++ b/net/p5-Spread-Session/files/patch-Makefile.PL @@ -0,0 +1,13 @@ +--- Makefile.PL.orig Mon Mar 25 08:47:50 2002 ++++ Makefile.PL Wed Apr 3 01:03:40 2002 +@@ -4,10 +4,6 @@ + WriteMakefile( + 'NAME' => 'Spread::Session', + 'VERSION_FROM' => 'Session.pm', # finds $VERSION +- 'PREREQ_PM' => { +- Log::Channel => 0.4, +- Event => 0.85, # for test cases +- }, + ($] >= 5.005 ? ## Add these new keywords supported since 5.005 + (ABSTRACT_FROM => 'Session.pm', # retrieve abstract from module + AUTHOR => 'Jason W. May <jmay@pobox.com>') : ()), |