summaryrefslogtreecommitdiffstats
path: root/t/02/lib/Foo/Bar.pm
blob: ae8073423ce67e4e1e5b02737d358673145b905b (plain) (blame)
1
2
3
4
5
6
7
package Foo::Bar;
# ABSTRACT: turns trinkets into baubles

sub bar {
}

1;