diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-02 07:48:23 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-02 07:48:23 +0000 |
commit | 584ea4538da1fd73fce7a6ae7867c735656e7d83 (patch) | |
tree | e2a1469929df46dc14e8aebb817999468e878274 /textproc/p5-PDF-API2 | |
parent | bb593e89af4960fc98e6e993bc5234a572a2850d (diff) | |
download | FreeBSD-ports-584ea4538da1fd73fce7a6ae7867c735656e7d83.zip FreeBSD-ports-584ea4538da1fd73fce7a6ae7867c735656e7d83.tar.gz |
Patched the patch-file of textproc/p5-PDF-API2 the wrong way.
Thanks to Erwin Lansing to show me the right way.
PR: ports/44785
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm b/textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm index 176c6ed..4ecbc5c 100644 --- a/textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm +++ b/textproc/p5-PDF-API2/files/patch-lib::Text::PDF::FileAPI.pm @@ -1,10 +1,10 @@ -+--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002 -++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002 -+@@ -3,7 +3,6 @@ -+ use strict; -+ no strict "refs"; -+ use vars qw($cr %types $VERSION @ISA); -+-no warnings qw(uninitialized); -+ -+ use IO::File; -+ +--- lib/Text/PDF/FileAPI.pm.orig Fri Nov 1 13:01:57 2002 ++++ lib/Text/PDF/FileAPI.pm Fri Nov 1 13:02:03 2002 +@@ -3,7 +3,6 @@ + use strict; + no strict "refs"; + use vars qw($cr %types $VERSION @ISA); +-no warnings qw(uninitialized); + + use IO::File; + |