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

our $VERSION = 0.02;

1;