[Bps-public-commit] r12471 - in Prophet/branches/moose: .

sartak at bestpractical.com sartak at bestpractical.com
Sat May 17 07:16:37 EDT 2008


Author: sartak
Date: Sat May 17 07:16:28 2008
New Revision: 12471

Modified:
   Prophet/branches/moose/   (props changed)
   Prophet/branches/moose/lib/Prophet/Resolver.pm

Log:
 r56209 at onn:  sartak | 2008-05-17 07:16:11 -0400
 Moosify Prophet::Resolver. Er.


Modified: Prophet/branches/moose/lib/Prophet/Resolver.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/Resolver.pm	(original)
+++ Prophet/branches/moose/lib/Prophet/Resolver.pm	Sat May 17 07:16:28 2008
@@ -1,13 +1,8 @@
-use warnings;
-use strict;
-
 package Prophet::Resolver;
+use Moose;
 
-sub new {
-    my $class = shift;
-    my $self = bless {}, $class;
-    return $self;
-}
+__PACKAGE__->meta->make_immutable;
+no Moose;
 
 1;
 



More information about the Bps-public-commit mailing list