Revision history for Perl extension Text::Wrap::Smart.

0.5 Sat Mar 10 13:30:44 CET 2007

 - Localised $/ within wrap_smart().

0.4 Wed Mar  7 19:29:27 CET 2007

 - Commented Text/Wrap/Smart.pm.

 - Added no_split.t to testsuite which tests that an
   according amount of substrings with specific length
   is returned.

0.3 Sun Dec 17 21:48:49 CET 2006

 - Fixed broken splitting of lines.

 - In case the input string doesn't consist of whitespaces,
   revert to splitting without taking care of blanks.

0.2 Sun Dec 17 03:44:11 CET 2006

 - Added "smart" breaking up of text strings into
   according chunks.

 - Documented wrap_smart()'s options hash.

0.1 Thu Dec 14 20:23:20 CET 2006

 - Initial version.