Correct file references in switch.t
authorFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 21:11:35 +0000 (14:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 21:11:35 +0000 (14:11 -0700)
t/op/switch.t

index 109bc2d..92df763 100644 (file)
@@ -11,8 +11,8 @@ use warnings;
 
 plan tests => 166;
 
-# The behaviour of the feature pragma should be tested by lib/switch.t
-# using the tests in t/lib/switch/*. This file tests the behaviour of
+# The behaviour of the feature pragma should be tested by lib/feature.t
+# using the tests in t/lib/feature/*. This file tests the behaviour of
 # the switch ops themselves.
 
 use feature 'switch';