summaryrefslogtreecommitdiffstats
path: root/t/data/basic/after/Foo.pm
blob: b9c85ebfcbdb51b959eefaa6f706ca09bfc14cb5 (plain) (blame)
1
2
3
4
5
package Foo;

sub other_meth { }

1;