summaryrefslogtreecommitdiffstats
path: root/t/04/Bar.pm
blob: 207dc68df7389c09a48abc824ab934015948a21b (plain) (blame)
1
2
3
4
5
6
7
package Bar;
use strict;
use warnings;

sub bar { "bar" }

1;