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

our $VERSION = 0.02;

1;