summaryrefslogtreecommitdiffstats
path: root/t/lib/Inferred/Bar.pm
blob: 9536a0406f87af358b86631c6cabc24fd661bd2c (plain) (blame)
1
2
3
4
5
6
7
8
9
package Inferred::Bar;
use Moose;



__PACKAGE__->meta->make_immutable;
no Moose;

1;