The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Log-Shiras

Uses the change tracking convention
	+ New feature.
	- Removed/deprecated feature.
	! Bug fix.
	* Place holder

NOTE: This software is designated as beta quality until this notice is removed.  
    Intitial CPAN release plus one year is probably the minimum before a v1.0 release.

v0.42.2   2016-09-14 11:42:06-07:00 America/Los_Angeles

	+ Additional POD changes
	+ Added use strict and use warnings for all non Moose and Moose::Role classes for Kwalitee fails

v0.42.0   2016-09-13 12:20:53-07:00 America/Los_Angeles

	+ Additional POD changes
	! Updated Text::CSV_XS requirements to 1.25 to possibly handle some perl 5.10 fails with Autoloader

v0.40.2   2016-09-12 14:31:20-07:00 America/Los_Angeles

	+ Minor POD changes
	+ Added Log::Shiras::Report::Test2Diag
	+ Added the ability to pass $add_string to get_all_space in Log::Shiras::LogSpace
	+ Increased the level of die reporting in 01-csv.t in order to troubleshoot some CPAN testers fails

v0.38.4   2016-09-10 22:03:01-07:00 America/Los_Angeles

	! Role back coverage tests to 5.22

v0.38.2   2016-09-10 16:42:11-07:00 America/Los_Angeles

	+ Changed .travis.yml to run coverage on 5.24
	+ Made several improvements to the top level POD

v0.38.0   2016-09-10 08:03:18-07:00 America/Los_Angeles

	+ CPAN release candidate

v0.37.13  2016-09-10 07:52:30-07:00 America/Los_Angeles 

	(cumulative since v0.30.0)
	! Block unicore/* scrubbing in ~::Unhide
	! Fixed for 04-telephone.t  failing in perl 5.16 and 5.18
	! Added requirement for Filter::Util::Call to test

v0.30.0   2016-09-09 14:20:26-07:00 America/Los_Angeles

	+ Updated version numbers for an initial CPAN release

v0.29_1   2016-09-09 14:03:12-07:00 America/Los_Angeles (TRIAL RELEASE)

	+ The goal is to create an initial CPAN release here
	+ This includes a substantial rework of the Unhide implementation
	+ Added line numbers to TapPrint and TapWarn namespace generation to allow for by-line control
	+ Substantially reworked the CSVFile report to consume arrayrefs and hashrefs rather than print lines
	+ Substantially reworked ShirasFormat Type to be an element modification class Log::Shiras::Report::MetaMethod
		I might take the ShirasFormat out altogether since it was too tricky for it's own good