From b310c7432be2af6900f77d2c29a30259f33a0b12 Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Sun, 12 Oct 2008 00:11:20 -0500 Subject: [PATCH] finialized changes, added moose prereq because of immutable status --- Changes | 4 ++++ Makefile.PL | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8426a49..4ade149 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for DataExtract-FixedWidth 0.08 Added verbose option for constructor, helps out a we' bit + Bug fix: long standing error on trailing spaces with empty cols generated. + no longer generated. Added Tests + minor optimization + reenabled immutable 0.07 Bug fix: No longer have to have the first row the longest when using euristic test provided t/11 diff --git a/Makefile.PL b/Makefile.PL index 7fc0442..4d50ac3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; name 'DataExtract-FixedWidth'; all_from 'lib/DataExtract/FixedWidth.pm'; author 'Evan '; -requires 'Moose'; +requires 'Moose' => '0.58'; perl_version '5.010'; build_requires 'Test::More'; -- 2.11.4.GIT