[SCM] Debian packaging of libmoose-perl branch, master, updated. debian/2.0402-1-9-ge1a4ecb

Alessandro Ghedini al3xbio at gmail.com
Mon Apr 30 11:13:55 UTC 2012


The following commit has been merged in the master branch:
commit c41aef5832c6bb06202702c567fd6ea5a46d7e87
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Apr 30 12:29:16 2012 +0200

    Add 02_fix-manpages-errors.patch

diff --git a/debian/patches/02_fix-manpages-errors.patch b/debian/patches/02_fix-manpages-errors.patch
new file mode 100644
index 0000000..6554296
--- /dev/null
+++ b/debian/patches/02_fix-manpages-errors.patch
@@ -0,0 +1,31 @@
+Description: Fixes manpage-has-errors-from-man
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <ghedo at debian.org>
+Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2012-04-30
+
+--- a/lib/Moose/Manual/Attributes.pod
++++ b/lib/Moose/Manual/Attributes.pod
+@@ -624,7 +624,7 @@
+ However, we recommend that you use L<Moose::Meta::Attribute::Native> traits
+ for these types of attributes, which gives you much more control over how
+ they are accessed and manipulated. See also
+-L<Moose::Manual::BestPractices#Use_Moose::Meta::Attribute::Native_traits_instead_of_auto_deref>.
++L<Moose::Manual::BestPractices/"Use Moose::Meta::Attribute::Native traits instead of auto deref">.
+ 
+ =head2 Initializer
+ 
+--- a/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
++++ b/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod
+@@ -171,8 +171,8 @@
+ When you pass a metaclass to C<has>, it will take the name you provide and
+ prefix it with C<Moose::Meta::Attribute::Custom::Trait::>. Then it calls
+ C<register_implementation> in the package. In this case, that means Moose ends
+-up calling
+-C<Moose::Meta::Attribute::Custom::Trait::Labeled::register_implementation>.
++up calling C<register_implementation> from
++C<Moose::Meta::Attribute::Custom::Trait::Labeled>.
+ 
+ If this function exists, it should return the I<real> trait's package
+ name. This is exactly what our code does, returning
diff --git a/debian/patches/series b/debian/patches/series
index 02c8351..e19a418 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Work-around-a-numification-problem-on-ia64.patch
+02_fix-manpages-errors.patch

-- 
Debian packaging of libmoose-perl



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