[Bps-public-commit] r17384 - Prophet/trunk/lib/Prophet

jesse at bestpractical.com jesse at bestpractical.com
Sat Dec 27 16:23:45 EST 2008


Author: jesse
Date: Sat Dec 27 16:23:45 2008
New Revision: 17384

Modified:
   Prophet/trunk/lib/Prophet/App.pm

Log:
* minor cleanup

Modified: Prophet/trunk/lib/Prophet/App.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/App.pm	(original)
+++ Prophet/trunk/lib/Prophet/App.pm	Sat Dec 27 16:23:45 2008
@@ -149,7 +149,6 @@
     return ( $INC{$path} ? 1 : 0);
 }
 
-
 sub set_db_defaults {
     my $self = shift;
     my $settings = $self->database_settings;
@@ -190,10 +189,6 @@
 
 sub database_settings {} # XXX wants a better name
 
-__PACKAGE__->meta->make_immutable;
-no Moose;
-
-1;
 
 =head3 log $MSG
 
@@ -224,3 +219,6 @@
     Carp::confess(@_);
 }
 
+__PACKAGE__->meta->make_immutable;
+no Moose;
+1;



More information about the Bps-public-commit mailing list