lib::with::preamble initial import
[p5sagit/lib-with-preamble.git] / lib / lib / with / preamble / example / strict.pm
1 package lib::with::preamble::example::strict;
2
3 $orz++; # should die
4
5 1;