override.t: Remove obsolete comment
authorFather Chrysostomos <sprout@cpan.org>
Thu, 3 May 2012 16:12:03 +0000 (09:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:39:54 +0000 (21:39 -0700)
t/op/override.t

index b38c393..9eb22e0 100644 (file)
@@ -49,7 +49,6 @@ is( $r, "Foo.pm" );
 eval "use Foo::Bar";
 is( $r, join($dirsep, "Foo", "Bar.pm") );
 
-# use VERSION also loads feature.pm.
 {
     my @r;
     local *CORE::GLOBAL::require = sub { push @r, shift; 1; };