Fix missing whitespace
Dave Rolsky [Mon, 14 Sep 2009 22:01:25 +0000 (17:01 -0500)]
lib/Moose.pm

index 5edf245..7e34647 100644 (file)
@@ -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 ),