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

our $VERSION = 0.01;

1;