summaryrefslogtreecommitdiffstats
path: root/t/data/new-modules/before/Foo.pm
blob: 71386afe82e5e9fab06236bc7aff7eb4afb61114 (plain) (blame)
1
2
3
4
5
6
7
package Foo;
use strict;
use warnings;

sub bar { 1 }

1;