This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unescaped left braces in regular expressions will be fatal in 5.30.
[perl5.git] / t / lib / Devel / switchd_goto.pm
CommitLineData
261cbad1
TC
1package Devel::switchd_goto;
2package DB;
3sub DB { $^P |= 0x80; }
4sub goto { print "goto<$DB::sub>;" }
51;
6