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 / disable-breakpoints-1
1 #!/usr/bin/perl
2 my $x = "One";
3 my $dummy = 0;
4
5 $x = "FirstVal";
6
7 $dummy++;
8
9 $x = "SecondVal";
10
11 $dummy++;
12
13 $x = "ThirdVal";
14
15 $dummy++;
16
17 $x = "FourthVal";
18
19 $dummy++;