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

our $VERSION = 0.02;

1;