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

our $VERSION = 0.02;

1;