This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / Sans_mypragma.pm
CommitLineData
27eaf14c
RD
1package Sans_mypragma;
2
3sub affected {
4 mypragma::in_effect();
5}
6
71;