The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-iRealPro

0.18	2016-10-07

	Move combining and selecting to Input handler.
	(Input) Add songindex so other tools can find out where the
	song came from.

0.17	2016-10-06

	Add regression testing (GitHub only, not in the CPAN distribution).
	(Input) Take the first URI, not the last, from HTML.
	(HTML) Suppress version number when regression testing.
	(Imager) Only consider playlists with more than one song to be
	a playlist. Do not write a CSV for single-song playlists.
	(Text) Fix stdandard output error.

0.16	2016-10-06

	(Makefile.PL) Fix TEST_REQUIRES. Add PERL_MIN_VERSION.
	Fix Imager problem with jpg output (it's jpeg).

0.15.1	2016-10-04

	Fix HTML::Entities requirement.
	Eliminate explicit use of IO::String.

0.15	2016-10-04

	Add lots of tests, with the necessary changes to the modules
	to facilitate testing.

0.14	2016-10-04

	Fix Imager requirement.

0.13.1	2016-10-03

	Fix Text::CSV_XS requirement (packaging only).

0.13	2016-10-03

	Restructure frontends and backends.
	Move backends to Output directory.
	Move frontends to Input directory.
	Move make_cells from Imager to Tokenizer.
	Obsolete Parser (rename to Output/LilyPond).

0.12	2016-10-02

	Fix --man command line option.

0.11	2016-10-02

	Rework the entanglement of the URI, Playlist and Song
	components.
	Rename SongData module to Song.
	Variants will be phased out. 'irealb' (irealpro) is standard.
	However, 'irealbook' as input will be  supported as usual.
	Deprecate the export methods of these components in favour of
	the much cleaner 'as_string' methods.
	Enhance the irealcvt program with HTML splitting and listing,
	and automatically combining of multiple input files.
	Fix a problem with the CGI backend and playlists.
	Package App::Packager for convenience.

0.10	2016-09-30

	Add HTML backend.
	(ireal) Repeats do not default to 1, but 3.
	(Imager) Improve options handling.
	(Output) Improve options handling.

0.09	2016-09-20

	Improve URI exports.
	(Makefile) Add versions for requirements.
	(splitlist) Mask dangerous characters.
	(Imager, Text, JSON) Fix requires.
	(Parser) Remove debugging code.

0.08.1	2016-09-16

	Make Imager an optional dependency.

0.08	2016-09-15

	Integrate editable text input/output.
	Rework of the module structure.
	Add NPP (near pixel perfect) graphics.
	Add 'splitlist' tool.

0.06.1  2016-01-01

	Add PAR packaging.

0.06    2016-01-01

	First CPAN release.