X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTabs.pm;h=610e870c11fb2eff24066073243db25cb67eb898;hb=fe0438b3fdd7184c1a19b7c24a3a26460d03083a;hp=ab54c7724f807448677bab43439805f3095be802;hpb=95925ace7dd478659af55ea84cc2d7e598cbf885;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm index ab54c77..610e870 100644 --- a/lib/Text/Tabs.pm +++ b/lib/Text/Tabs.pm @@ -3,11 +3,11 @@ package Text::Tabs; require Exporter; -@ISA = qw(Exporter); +@ISA = (Exporter); @EXPORT = qw(expand unexpand $tabstop); use vars qw($VERSION $tabstop $debug); -$VERSION = 2007.0711_01; +$VERSION = 2007.1117; use strict; @@ -127,11 +127,6 @@ Instead of the C command, use: perl -MText::Tabs -n -e 'print unexpand $_' -=head1 BUGS - -expand doesn't handle newlines very quickly -- do not feed it an -entire document in one string. Instead feed it an array of lines. - =head1 LICENSE Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff.