forgot to add Moose::Meta::Instance
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
1
2 package Moose::Meta::Instance;
3
4 use strict;
5 use warnings;
6
7
8 our $VERSION = '0.05';
9
10 use base "Class::MOP::Instance";
11 use base "Class::MOP::Instance::Inlinable";
12
13