From: Tomas Doran Date: Wed, 10 Feb 2010 22:04:21 +0000 (+0000) Subject: Bump versions X-Git-Tag: 1.0~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-NoTabs.git;a=commitdiff_plain;h=21346caaf4872cb5800d97fe5057e735ea5cf742 Bump versions --- diff --git a/Changes b/Changes index a9e2a76..3dbcd2d 100644 --- a/Changes +++ b/Changes @@ -30,10 +30,10 @@ Revision history for Test-NoTabs - Fix tests to not open the same file 2 times at once, as this doesn't work on Win32 and causes CPANTS fails. -0.9 2009-087-03 +0.9 2009-07-03 - Fix default text to make sense, test passing means there are no tabs.. -1.0 +1.0 2010-02-10 - Fix warnings with old perl versions (5.8.3) RT#54477 - Fix bug where malformed POD in one file would break tab-detection in following files. (RT#53727) diff --git a/lib/Test/NoTabs.pm b/lib/Test/NoTabs.pm index ca10881..e88a605 100644 --- a/lib/Test/NoTabs.pm +++ b/lib/Test/NoTabs.pm @@ -10,7 +10,7 @@ use File::Find; use vars qw( $VERSION $PERL $UNTAINT_PATTERN $PERL_PATTERN); -$VERSION = '0.9'; +$VERSION = '1.0'; $PERL = $^X || 'perl'; $UNTAINT_PATTERN = qr|^([-+@\w./:\\]+)$|;