use strict, warnings in the filter code
[p5sagit/lib-with-preamble.git] / my / lib.pm
1 use strict; use warnings;
2 use lib::with::preamble 'use strict;', 'lib';
3 1;