summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman/Foo.pm
blob: 463f6eca8ea4943939d584835a5b3c8223545c2b (plain) (blame)
1
2
3
4
5
6
package Foo;
use strict;
use warnings;

use Bar;
1;