Upgrade to CPAN-1.76_60.
[p5sagit/p5-mst-13.2.git] / lib / CPAN / t / mirroredby.t
index f383be8..88e2ef0 100644 (file)
@@ -21,3 +21,8 @@ is( $cmb->continent(), 'continent',
        'continent() should return continent entry' );
 is( $cmb->country(), 'country', 'country() should return country entry' );
 is( $cmb->url(), 'url', 'url() should return url entry' );
+
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 2
+# End: