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
CommitLineData
6b0bdd7f
MH
1package broken;
2
3use strict;
4use warnings;
5
6$x = 1;
7
81;