summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Quux.pm
blob: 99d03124da96ef631e37b2a20ea7509e1250be7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Bar::Quux;
use strict;
use warnings;

use Bar::Quux::Good;
use Bar::Quux::Bad;

our $VERSION = 0.02;

1;