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

our $VERSION = 0.01;

1;