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

sub meth { }

no Moose;

1;