Mark all .t and .pm files as non executable
[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;