Fix 8e604fea from being overly specific - qw is readonly everywhere
[p5sagit/strictures.git] / t / smells-of-vcs / lib / one.pm
CommitLineData
5ab06a4d 1package one;
2
3use strictures 1;
4
5new Foo 1, 2, 3;