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

sub bar { 3 }

1;