fix perl version conditional
[p5sagit/strictures.git] / t / smells-of-vcs / lib / one.pm
1 package one;
2
3 use strictures 1;
4
5 new Foo 1, 2, 3;