summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 16:11:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-11 16:11:51 +0000
commit1dbeb6248ddec23ecd850437a425a99a66a3de78 (patch)
treedcfb36d59187a82808b13c17b48c22976e861a88 /textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm
parentSimple Class for OLE document interface. (diff)
Various niceties for p5-Text-FixedLength lovers
PR: ports/23961 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=42524
Diffstat (limited to 'textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm')
-rw-r--r--textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm b/textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm
new file mode 100644
index 000000000000..c78ba1783883
--- /dev/null
+++ b/textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm
@@ -0,0 +1,12 @@
+--- Extra.pm.orig Sat Dec 30 18:10:06 2000
++++ Extra.pm Sat Dec 30 18:26:45 2000
+@@ -31,6 +31,9 @@
+
+ our $debug = 1;
+
++# kill the previous Text::FixedLength::getFixed to avoid
++# the warning of redefinition
++BEGIN { delete $Text::FixedLength::{getFixed}; }
+
+ # Preloaded methods go here.
+ # ----------------------------------------------------------------------------