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

sub call { __PACKAGE__ }

1;