This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST}
[perl5.git] / lib / perl5db / t / proxy-constants
1 #!/usr/bin/perl
2 #
3 # This code is used by lib/perl5db.t !!!
4 #
5
6 use constant FOO => "bar";
7 sub s1 {
8     "main";
9 }