1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

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>
This commit is contained in:
Edwin Groothuis 2002-11-02 07:48:23 +00:00
parent c3ecbbc82e
commit 0a72d59d6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69295
2 changed files with 20 additions and 20 deletions

View File

@ -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;

View File

@ -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;