Deparse.pm: Document that strict vars and subs work
authorFather Chrysostomos <sprout@cpan.org>
Sun, 25 Dec 2011 00:22:48 +0000 (16:22 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 25 Dec 2011 03:14:24 +0000 (19:14 -0800)
dist/B-Deparse/Deparse.pm

index 33c51d0..ccc8bc0 100644 (file)
@@ -5144,7 +5144,7 @@ the main:: package, the code will include a package declaration.
 =item *
 
 The only pragmas to be completely supported are: C<use warnings>,
-C<use strict 'refs'>, C<use bytes>, C<use integer>
+C<use strict>, C<use bytes>, C<use integer>
 and C<use feature>.  (C<$[>, which
 behaves like a pragma, is also supported.)