1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/p5-Text-FIGlet/files/patch-FIGlet.pm
Pete Fritchman 5be3d4e37f Add p5-Text-FIGlet 1.06, perl module to provide FIGlet abilities,
akin to banner.

PR:		38530
Submitted by:	Daniel B. Hemmerich <dan@spot.org>
2002-05-26 19:08:53 +00:00

14 lines
382 B
Perl

$FreeBSD$
--- FIGlet.pm.orig Fri May 24 20:25:42 2002
+++ FIGlet.pm Fri May 24 20:25:59 2002
@@ -174,7 +174,7 @@
$opts{-A} .= "\0" x ($self->{_font}->[ord($_)]->[0]-1) . $_;
}
}
- $opts{-A} = Text::Wrap::wrap('', '', $opts{-A}), "\n";
+ $opts{-A} = Text::Wrap::wrap('', '', $opts{-A});
$opts{-A} =~ tr/\0//d;
}
@text = split("\n", $opts{-A});