==============================================================================
                   Release of version 1.07 of Text::Reform
==============================================================================


NAME
    Text::Reform - Manual text wrapping and reformating

DESCRIPTION
    The module supplies a re-entrant, highly configurable replacement
    for the built-in Perl format() mechanism.

AUTHOR
    Damian Conway (damian@conway.org)

COPYRIGHT
    Copyright (c) 1997-2001, Damian Conway. All Rights Reserved.
    This module is free software. It may be used, redistributed
    and/or modified under the terms of the Perl Artistic License
    (see http://www.perl.com/perl/misc/Artistic.html)



==============================================================================

CHANGES IN VERSION 1.07


	- tweaked demo bugs (were using Text::Autoformat instead of
	  Text::Reform)

	- squashed filling $gap bug (thanks Phil)

	- fixed bug in handling config hashes (thanks Phil)

	- fixed bug in formats without pagelengths

	- fixed sprintf incompatibility in Perl 5.8 (thanks Andy)

	- Added 'cols' option

	- Fixed handling of final headers that are different lengths
	  to intermediate headers 

	- Allowed header/footer subs to return an left/centre/right hash

	- Added warning when header+footer > pagelen

	- Added warning when header or footer > page width

	- Added global pagewidth option

	- fixed test.pl


==============================================================================

AVAILABILITY

Text::Reform has been uploaded to the CPAN

==============================================================================
