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 / breakpoint-bug
1 #!/usr/bin/perl
2 my $x = "One";
3
4 $x = "Two";
5
6 my $y = "Lambda";
7
8 $x = "Four";