This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip some File::Copy tests on Win32 since file permissions do not
[perl5.git] / lib / Test / More.pm
index a33be4c..5842e05 100644 (file)
@@ -15,7 +15,7 @@ sub _carp {
 
 
 use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO);
-$VERSION = '0.75';
+$VERSION = '0.80';
 $VERSION = eval $VERSION;    # make the alpha version come out as a number
 
 use Test::Builder::Module;
@@ -30,7 +30,7 @@ use Test::Builder::Module;
              plan
              can_ok  isa_ok
              diag
-            BAIL_OUT
+             BAIL_OUT
             );