diff options
Diffstat (limited to 't/op/override.t')
-rw-r--r-- | t/op/override.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/override.t b/t/op/override.t index b38c3938a1..9eb22e0b33 100644 --- a/t/op/override.t +++ b/t/op/override.t @@ -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; }; |