This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade if from version 0.06 to 0.0601
authorFlorian Ragwitz <rafl@debian.org>
Wed, 1 Dec 2010 16:19:10 +0000 (17:19 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 1 Dec 2010 16:54:25 +0000 (17:54 +0100)
Porting/Maintainers.pl
dist/if/if.pm
dist/if/t/if.t
pod/perldelta.pod

index ce60d89..c881cff 100755 (executable)
@@ -727,7 +727,7 @@ use File::Glob qw(:case);
     'if' =>
        {
        'MAINTAINER'    => 'ilyaz',
-       'DISTRIBUTION'  => 'ILYAZ/modules/if-0.06.tar.gz',
+       'DISTRIBUTION'  => 'ILYAZ/modules/if-0.0601.tar.gz',
        'FILES'         => q[dist/if],
        'UPSTREAM'      => 'blead',
        },
index 6e226f0..d321cd6 100644 (file)
@@ -1,6 +1,6 @@
 package if;
 
-$VERSION = '0.06';
+$VERSION = '0.0601';
 
 sub work {
   my $method = shift() ? 'import' : 'unimport';
index badab64..5cda849 100644 (file)
@@ -1,10 +1,14 @@
 #!./perl
 
+BEGIN {
+    chdir 't' and @INC = '../lib' if -f 't/TEST';
+}
+
 my $t = 1;
 print "1..5\n";
 sub ok {
   print "not " unless shift;
-  print "ok $t # ", shift, "\n";
+  print "ok $t\n ", shift, "\n";
   $t++;
 }
 
index 6bf347e..cfeff1f 100644 (file)
@@ -171,6 +171,10 @@ XXX
 
 =item *
 
+C<if> has been upgraded from 0.06 to 0.0601.
+
+=item *
+
 C<IPC::Cmd> has been upgraded from 0.64 to 0.66
 
 Resolves an issue with splitting Win32 command lines