summaryrefslogtreecommitdiffstats
path: root/t/01/Baz.pm
blob: c70c7aa2168b47dccaa8a2fdf0094e90f1cbac28 (plain) (blame)
1
2
3
4
package Baz;
require Foo;
require Bar;
1;