From: Dave Rolsky Date: Mon, 14 Sep 2009 22:01:25 +0000 (-0500) Subject: Fix missing whitespace X-Git-Tag: 0.90~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=348715c480b8bb93823da871280f2af32e696f0a;p=gitmo%2FMoose.git Fix missing whitespace --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 5edf245..7e34647 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -120,7 +120,7 @@ sub augment { Moose::Exporter->setup_import_methods( with_meta => [ - qw( extends with has before after around override augment) + qw( extends with has before after around override augment ) ], as_is => [ qw( super inner ),