diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-03 12:43:51 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-03 12:43:51 +0000 |
commit | 0c04a9e6a62c42d55f6ca17804d158c800d7ab49 (patch) | |
tree | 60caf9f3d25ee84110fd0f1b7ff4aef80b9ab3df /mail/p5-Qmail-Envelope/files/perl-5005.patch | |
parent | - Chase rerolled tarballs (diff) |
Update to 0.53 - the author, Matt J. Avitable, kindly included my
Perl 5.005 compatibility patch.
Diffstat (limited to '')
-rw-r--r-- | mail/p5-Qmail-Envelope/files/perl-5005.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mail/p5-Qmail-Envelope/files/perl-5005.patch b/mail/p5-Qmail-Envelope/files/perl-5005.patch deleted file mode 100644 index 440f27769035..000000000000 --- a/mail/p5-Qmail-Envelope/files/perl-5005.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.PL.orig Mon Sep 27 21:43:08 2004 -+++ Makefile.PL Mon Sep 27 21:43:33 2004 -@@ -1,15 +1,15 @@ --use 5.008; -+use 5.005; - use ExtUtils::MakeMaker; - # See lib/ExtUtils/MakeMaker.pm for details of how to influence - # the contents of the Makefile that is written. - --eval { require 5.6.0 } -- or die <<'EOD'; --### --## I have not tested this module in versions of perl lower than 5.8.0. --## However, 5.6.0 should be fine. --### --EOD -+#eval { require 5.6.0 } -+# or die <<'EOD'; -+#### -+### I have not tested this module in versions of perl lower than 5.8.0. -+### However, 5.6.0 should be fine. -+#### -+#EOD - - WriteMakefile( - 'NAME' => 'Qmail::Envelope', ---- Envelope.pm.orig Fri Apr 16 17:53:14 2004 -+++ Envelope.pm Mon Sep 27 21:51:28 2004 -@@ -1,7 +1,8 @@ - package Qmail::Envelope; - use strict; - --our $VERSION = '0.52'; -+use vars qw/$VERSION/; -+$VERSION = '0.52'; - - - ## constructor |