fix syntax issue in pod
David Schmidt [Sun, 2 Feb 2014 12:03:13 +0000 (07:03 -0500)]
lib/Package/Variant.pm

index df1739c..a05af5b 100644 (file)
@@ -134,7 +134,7 @@ Package::Variant - Parameterizable packages
     # what modules to 'use'
     importing => ['Moo::Role'],
     # proxied subroutines
-    subs => [ qw(has around before after with) ],
+    subs => [ qw(has around before after with) ];
 
   sub make_variant {
     my ($class, $target_package, %arguments) = @_;