'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',
},
package if;
-$VERSION = '0.06';
+$VERSION = '0.0601';
sub work {
my $method = shift() ? 'import' : 'unimport';
#!./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++;
}
=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