[SCM] libpackage-variant-perl Debian packaging branch, master, updated. debian/1.001003-1-16-g363631d

Robert Sedlacek rs at 474.at
Thu May 9 17:13:56 UTC 2013


The following commit has been merged in the master branch:
commit b5daf3e3117c625247f9db39a108e606a007439c
Author: Robert Sedlacek <rs at 474.at>
Date:   Mon Nov 28 23:08:09 2011 +0100

    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 C<use>d 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</importing> for more options.
 
 The L</subs> option is an array reference of subroutine names that are
 exported by the packages specified with L</importing>. These subroutines

-- 
libpackage-variant-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list