summaryrefslogtreecommitdiffstats
path: root/t/lib/dist/Bar/Three.pm
blob: 8c304fe1de4eea38182ac330fa6611259cf74284 (plain) (blame)
1
2
3
4
5
6
7
package Bar::Three;
use strict;
use warnings;

our $VERSION = 0.02;

1;