summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Baz/Bad.pm
blob: c92da0e3dae24a2e0eb63a0d83766487857881e3 (plain) (blame)
1
2
3
4
5
6
7
package Bar::Baz::Bad;
use strict;
use warnings;

our $VERSION = 0.01;

1;