freebsd-ports/textproc/p5-Text-FixedLength-Extra/files/patch-Extra.pm
Vanilla I. Shu 1dbeb6248d Various niceties for p5-Text-FixedLength lovers
PR:		ports/23961
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-05-11 16:11:51 +00:00

12 lines
371 B
Perl

--- 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.
# ----------------------------------------------------------------------------