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

our $VERSION = 0.02;

1;