aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Meta
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-07 18:12:58 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-07 18:12:58 +0000
commit02e3a86cb7bd4a7b91e976f84dc5424cb8d188db (patch)
tree7d440774c4dab387b94688357c49454cf00283b8 /lib/Reaction/Meta
parent6f39e2d485713321d06bf67088315414cefe2090 (diff)
downloadreaction-02e3a86cb7bd4a7b91e976f84dc5424cb8d188db.tar.gz
reaction-02e3a86cb7bd4a7b91e976f84dc5424cb8d188db.zip
get rid of warning caused by un-unimported make_immutable keyword, now deprecated by Moose
Diffstat (limited to 'lib/Reaction/Meta')
-rw-r--r--lib/Reaction/Meta/Class.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Reaction/Meta/Class.pm b/lib/Reaction/Meta/Class.pm
index b2c3b9e..5241935 100644
--- a/lib/Reaction/Meta/Class.pm
+++ b/lib/Reaction/Meta/Class.pm
@@ -14,6 +14,7 @@ around initialize => sub {
$super->($class, $pkg, 'attribute_metaclass' => 'Reaction::Meta::Attribute', @_ );
};
+no Moose;
__PACKAGE__->meta->make_immutable;