From: Dave Rolsky Date: Mon, 4 Aug 2008 04:05:41 +0000 (+0000) Subject: Perltidy this code a bit. X-Git-Tag: 0_55_01~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff8edb9babac5b46fe69f2b41226d9b5a1403403;p=gitmo%2FMoose.git Perltidy this code a bit. --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index 7f19367..e0ad543 100644 --- a/lib/Moose/Cookbook/Extending/Recipe2.pod +++ b/lib/Moose/Cookbook/Extending/Recipe2.pod @@ -23,10 +23,11 @@ Moose::Cookbook::Extending::Recipe2 - Acting like Moose.pm and providing sugar M return if $caller eq 'main'; - Moose::init_meta( $caller, - undef, # object base class - 'MyApp::Meta::Class', - ); + Moose::init_meta( + $caller, + undef, # object base class + 'MyApp::Meta::Class', + ); Moose->import( { into => $caller }, @_ );