Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS
[p5sagit/p5-mst-13.2.git] / t / lib / Sans_mypragma.pm
CommitLineData
27eaf14c 1package Sans_mypragma;
2
3sub affected {
4 mypragma::in_effect();
5}
6
71;