summaryrefslogtreecommitdiffstats
path: root/t/lib/02/Bar/Two.pm
blob: 172ad513ba9cd463c60c8ceee7392163dd92bd63 (plain) (blame)
1
2
3
4
5
6
7
package Bar::Two;
use strict;
use warnings;

our $VERSION = 0.02;

1;