From: Yuval Kogman Date: Sun, 30 Apr 2006 13:01:30 +0000 (+0000) Subject: forgot to add Moose::Meta::Instance X-Git-Tag: 0_09_03~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7aad237ea05f772fcbd3fec81992af732f12bfe3;p=gitmo%2FMoose.git forgot to add Moose::Meta::Instance --- diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm new file mode 100644 index 0000000..393be6d --- /dev/null +++ b/lib/Moose/Meta/Instance.pm @@ -0,0 +1,13 @@ + +package Moose::Meta::Instance; + +use strict; +use warnings; + + +our $VERSION = '0.05'; + +use base "Class::MOP::Instance"; +use base "Class::MOP::Instance::Inlinable"; + +