Subject: | test diffs between 0.80 and blead |
Date: | Tue, 16 Sep 2008 16:51:38 +0100 |
To: | bug-Test-Simple [...] rt.cpan.org |
From: | Nicholas Clark <nick [...] ccl4.org> |
The modules in blead and in Test::Simple 0.80 are identical. The only
differences are in two test files. Appended - would it be possible to roll
these into a future release?
Nicholas Clark
diff -pru Test-Simple-0.80/t/More.t perl/lib/Test/Simple/t/More.t
--- Test-Simple-0.80/t/More.t 2007-08-15 23:24:14.000000000 +0100
+++ perl/lib/Test/Simple/t/More.t 2008-04-15 14:52:16.000000000 +0100
@@ -3,7 +3,7 @@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = '../lib';
+ @INC = qw(../lib ../lib/Test/Simple/t/lib);
}
}
diff -pru Test-Simple-0.80/t/use_ok.t perl/lib/Test/Simple/t/use_ok.t
--- Test-Simple-0.80/t/use_ok.t 2006-09-04 09:23:12.000000000 +0100
+++ perl/lib/Test/Simple/t/use_ok.t 2008-04-15 16:03:09.000000000 +0100
@@ -3,7 +3,7 @@
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
- @INC = ('../lib', 'lib');
+ @INC = qw(../lib ../lib/Test/Simple/t/lib);
}
else {
unshift @INC, 't/lib';