Codebase list libbareword-filehandles-perl / f268938
Require perl 5.8.1, since B::Hooks::OP::Check requires that too Dagfinn Ilmari Mannsåker 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 package bareword::filehandles;
11 # ABSTRACT: disables bareword filehandles
22
3 { use 5.008; }
3 { use 5.008001; }
44 use strict;
55 use warnings;
66