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

our $VERSION = 0.02;

1;