Checking in changes prior to tagging of version 0.7. Changelog diff is:
[catagits/Test-NoTabs.git] / lib / Test / NoTabs.pm
index 6f05be0..83fd59a 100644 (file)
@@ -10,7 +10,7 @@ use File::Find;
 
 use vars qw( $VERSION $PERL $UNTAINT_PATTERN $PERL_PATTERN);
 
-$VERSION = '0.5';
+$VERSION = '0.7';
 
 $PERL    = $^X || 'perl';
 $UNTAINT_PATTERN  = qr|^([-+@\w./:\\]+)$|;
@@ -236,6 +236,10 @@ distribution.
 
 Rick Myers and Emanuele Zeppieri also provided valuable feedback.
 
+Patch to fix warnings provided by Florian Ragwitz
+
+Currently maintained by Tomas Doran C<bobtfish@bobtfish.net>
+
 =head1 SEE ALSO
 
 L<Test::More>, L<Test::Pod>. L<Test::Distribution>, L<Test:NoWarnings>