summaryrefslogtreecommitdiff
path: root/t/lib/Real/Package.pm
blob: 98b3d47aff072eaecf47a9665b4d6d6bf0ebd721 (plain)
1
2
3
4
5
6
7
package Real::Package;
use strict;
use warnings;

sub foo { }

1;