This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod::Simple from version 3.38 to 3.39
[perl5.git] / t / run / flib / broken.pm
1 package broken;
2
3 use strict;
4 use warnings;
5
6 $x = 1;
7
8 1;