},
'Module::Load' => {
- 'DISTRIBUTION' => 'BINGOS/Module-Load-0.34.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Module-Load-0.36.tar.gz',
'FILES' => q[cpan/Module-Load],
},
'cpan/Math-BigInt/t/Math/BigInt/Scalar.pm', # just a test module
'cpan/Math-BigInt/t/Math/BigInt/Subclass.pm', # just a test module
'cpan/Math-BigRat/t/Math/BigRat/Test.pm', # just a test module
+ 'cpan/Module-Load/t/to_load/LoadIt.pm', # just a test module
+ 'cpan/Module-Load/t/to_load/Must/Be/Loaded.pm', # just a test module
'cpan/Module-Load-Conditional/t/test_lib/a/X.pm', # just a test module
'cpan/Module-Load-Conditional/t/test_lib/b/X.pm', # just a test module
'cpan/Module-Load-Conditional/t/to_load/Commented.pm', # just a test module
### Module::Load test suite ###
+use strict;
+use warnings;
+
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir '../lib/Module/Load' if -d '../lib/Module/Load';
BEGIN { chdir 't' if -d 't' }
-use strict;
use lib qw[../lib to_load];
use Module::Load;
use Test::More 'no_plan';