In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/439e01810c70f0dbcae1202b301da4e148e16485?hp=40b9d4d925a92009ab916e8557c333c6e9e5d0ca>
- Log ----------------------------------------------------------------- commit 439e01810c70f0dbcae1202b301da4e148e16485 Author: Rafael Garcia-Suarez <[email protected]> Date: Sun Jun 28 16:57:52 2009 +0200 Move module part of the base.pm test suite in base.pm's test directory ----------------------------------------------------------------------- Summary of changes: MANIFEST | 2 +- {t => lib/base/t}/lib/HasSigDie.pm | 0 lib/base/t/sigdie.t | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {t => lib/base/t}/lib/HasSigDie.pm (100%) diff --git a/MANIFEST b/MANIFEST index 9071bfc..d2aa371 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1819,6 +1819,7 @@ lib/base/t/fields-base.t See if fields work lib/base/t/fields.t See if fields work lib/base/t/isa.t See if base's behaviour doesn't change lib/base/t/lib/Dummy.pm Test module for base.pm +lib/base/t/lib/HasSigDie.pm Module for testing base.pm lib/base/t/sigdie.t See if base works with SIGDIE lib/base/t/version.t See if base works with versions lib/base/t/warnings.t See if base works with warnings @@ -3988,7 +3989,6 @@ t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests t/lib/filter-util.pl See if Filter::Util::Call works t/lib/h2ph.h Test header file for h2ph t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison -t/lib/HasSigDie.pm Module for testing base.pm t/lib/locale/latin1 Part of locale.t in Latin 1 t/lib/locale/utf8 Part of locale.t in UTF8 t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities diff --git a/t/lib/HasSigDie.pm b/lib/base/t/lib/HasSigDie.pm similarity index 100% rename from t/lib/HasSigDie.pm rename to lib/base/t/lib/HasSigDie.pm diff --git a/lib/base/t/sigdie.t b/lib/base/t/sigdie.t index 9237463..4173c48 100644 --- a/lib/base/t/sigdie.t +++ b/lib/base/t/sigdie.t @@ -3,7 +3,7 @@ BEGIN { if( $ENV{PERL_CORE} ) { chdir 't' if -d 't'; - @INC = qw(../lib ../t/lib); + @INC = qw(../lib ../lib/base/t/lib); } } -- Perl5 Master Repository
