summaryrefslogtreecommitdiffstats
path: root/t/data/basic/Foo.pm
blob: b817f30f135e4a4ea57eda2c91456959740da774 (plain) (blame)
1
2
3
4
5
6
7
package Foo;
use strict;
use warnings;

sub call { __PACKAGE__ }

1;