Allow per-case overriding of default filter
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
CommitLineData
7aad237e 1
2package Moose::Meta::Instance;
3
4use strict;
5use warnings;
6
7
8our $VERSION = '0.05';
9
10use base "Class::MOP::Instance";
11use base "Class::MOP::Instance::Inlinable";
12
13