From: Robert Sedlacek Date: Mon, 28 Nov 2011 22:08:09 +0000 (+0100) Subject: importing args doc fixes X-Git-Tag: v1.000000~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=commitdiff_plain;h=b5daf3e3117c625247f9db39a108e606a007439c importing args doc fixes --- diff --git a/lib/Package/Variant.pm b/lib/Package/Variant.pm index 4407397..304e9a5 100644 --- a/lib/Package/Variant.pm +++ b/lib/Package/Variant.pm @@ -103,7 +103,7 @@ Package::Variant - Parameterizable packages use strictures 1; use Package::Variant # what modules to 'use' - importing => { 'Moo::Role' => [] }, + importing => { 'Moo::Role' => undef }, # proxied subroutines subs => [qw( has around before after extends )], @@ -161,7 +161,7 @@ to be Cd as keys, and array references containing the import arguments as values. These packages will be imported into every new variant, and need to set up every declarative subroutine you require to build your variable package. The next option will allow you to use these -functions. +functions. See L for more options. The L option is an array reference of subroutine names that are exported by the packages specified with L. These subroutines