summaryrefslogtreecommitdiffstats
path: root/t/data/other-api/after/Foo.pm
blob: 7efc12ccc09763ca32bdb8936ea7a1ce24ac51ec (plain) (blame)
1
2
3
4
5
6
7
8
package Foo;
use Moose;

sub other_meth { }

no Moose;

1;