Upgrade to CPAN-1.76_60.
[p5sagit/p5-mst-13.2.git] / lib / CPAN / t / Nox.t
index 4006771..990906b 100644 (file)
@@ -24,3 +24,8 @@ for my $mod (qw( Digest::MD5 LWP Compress::Zlib )) {
 # and these will be set to those in CPAN
 is( @CPAN::Nox::EXPORT, @CPAN::EXPORT, 'should export just what CPAN does' );
 is( \&CPAN::Nox::AUTOLOAD, \&CPAN::AUTOLOAD, 'AUTOLOAD should be aliased' );
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 2
+# End: