This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $File::Glob::VERSION to 1.18
[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 }