[Bps-public-commit] r12141 - in Net-Hiveminder: lib/Net

sartak at bestpractical.com sartak at bestpractical.com
Wed May 7 19:51:36 EDT 2008


Author: sartak
Date: Wed May  7 19:51:35 2008
New Revision: 12141

Modified:
   Net-Hiveminder/   (props changed)
   Net-Hiveminder/lib/Net/Hiveminder.pm

Log:
 r55287 at onn:  sartak | 2008-05-07 19:48:35 -0400
 Make Net::Hiveminder's metaclass immutable (for a small speed boost) and unimport Moose


Modified: Net-Hiveminder/lib/Net/Hiveminder.pm
==============================================================================
--- Net-Hiveminder/lib/Net/Hiveminder.pm	(original)
+++ Net-Hiveminder/lib/Net/Hiveminder.pm	Wed May  7 19:51:35 2008
@@ -647,5 +647,8 @@
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+no Moose;
+
 1;
 



More information about the Bps-public-commit mailing list