The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# ChangeLog for Pod::Simple dist     # Time-stamp: "2002-11-20 00:28:53 MST"

2002-11-19  Sean M. Burke <sburke@cpan.org>
	* Release 0.96
	* Still kinda sorta beta.

	* Much much more docs in this version.  Only a few feature
	changes:

	* Added any_errata_seen to Pod::Simple.  Should've been in there
	ages ago.  Oops!
	* Fixed some errors in the experimental VerbatimFormatted code.
	* Added is_tagname / is_tag to Pod::Simple::PullParserStartToken
	and Pod::Simple::PullParserEndToken
	* Added RTFDEFLANG stuff to Pod::Simple::RTF.
	
2002-11-10  Sean M. Burke <sburke@cpan.org>
	* Release 0.95
	* Beta release.  Much documentation still to write, many features
	still to add.  The APIs might change in future versions.

	* Now including perlpod and perlpodspec in the dist.

	* Pod::Simple -- added parse_from_file
	* Pod::Simple::RTF -- minor style changes, and minor change to the
	RTF-wrapping logic.
	* Pod::Simple::BlackBox -- a =cut opening a block is no longer a
	fatal(ish) error.
	* Pod::Simple::BlackBox -- added experimental new
	VerbatimFormatted stuff.

	
2002-10-16  Sean M. Burke <sburke@cpan.org>
	* Release 0.94
	* Beta release.  Much documentation still to write, many features
        still to add.  The APIs might change in future versions.

	* Pod::Simple::RTF -- minor style tweaks
	* Pod::Simple::PullParserEndToken and ::PullParserStartToken --
	added ->tag as an alias for ->tagname.
	* Pod::Simple and Pod::Simple::BlackBox -- added tolerance for
	"=item * Foo" as a variant syntax for "=item *\n\nFoo".  Tests
	added/changed accordingly.
	* Pod::Simple::HTML -- added <a name="..."> stuff, and a hack at
	doing something with X<...>'s.

	
2002-09-29  Sean M. Burke <sburke@cpan.org>
	* Release 0.93
	* Beta release.  Much documentation still to write, many features
	still to add.  The APIs might change in future versions.

        * Pod::Simple -- added errors_seen attribute
	* Pod::Simple::HTML -- added support for =for HTML ... directives,
	and =extend directives.
	* Oh, and I added Pod::Simple::RTF in 0.92 but forgot to note it
	until now.
	
2002-09-29  Sean M. Burke <sburke@cpan.org>
	* Release 0.92
	* Beta release.  Much documentation still to write, many features
	still to add.  The APIs might change in future versions.

	* Fixing bungled distribution.
	
2002-09-29  Sean M. Burke <sburke@cpan.org>
	* Release 0.91
	* Beta release.  Much documentation still to write, many features
	still to add.  The APIs might change in future versions.

	* Pod::Simple::PullParserTextToken -- added 'text_r'

	* Pod::Simple::PullParser -- added 'get_title' and
	'get_title_short' to 

	* Pod::Simple -- corrected wording of "Format for second =extend
	parameter" error message.

	* Pod::PullParser -- made its filter() run as intended, like
	Pod::Simple's filter.

	* Pod::Subclassing -- more docs

2002-09-11  Sean M. Burke <sburke@cpan.org>
	* Release 0.90
	* Beta release.  Much documentation still to write, many features
	still to add.  The APIs might change in future versions.