This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document upgrading a module in cpan/
[perl5.git] / t / run / switch0.t
1 #!./perl -0
2 print "1..1\n";
3 print ord $/ == 0 ? "ok 1\n" : "not ok 1\n";