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

our $VERSION = 0.01;

1;