Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.
[p5sagit/p5-mst-13.2.git] / t / lib / Sans_mypragma.pm
1 package Sans_mypragma;
2
3 sub affected {
4     mypragma::in_effect();
5 }
6
7 1;