[SCM] Debian packaging of Mason CPAN distribution branch, master, updated. 3ab0e16f2a83778ec9b4edf292995ad6b97f7044

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Nov 12 21:46:18 UTC 2011


The following commit has been merged in the master branch:
commit e1f8b508dbee98396bff30fe5d5e6bba83f6d35d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Oct 10 22:04:01 2011 +0000

    add patches for pod spelling and syntax issues (thanks, lintian)

diff --git a/debian/patches/pod_error.patch b/debian/patches/pod_error.patch
new file mode 100644
index 0000000..ac96ffe
--- /dev/null
+++ b/debian/patches/pod_error.patch
@@ -0,0 +1,14 @@
+Description: fix for a minor pod error
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71581 
+
+--- a/lib/Mason/Compilation.pm
++++ b/lib/Mason/Compilation.pm
+@@ -944,6 +944,8 @@
+ An arrayref of valid flags: contains only C<extends> at time of writing. Add to
+ this list if you want to create your own flags.
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ L<Mason|Mason>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e7dc961
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling.patch
+pod_error.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..48d928d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,25 @@
+Description: fix for lintian spelling complaints
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71581 
+
+--- a/lib/Mason/Compilation.pm
++++ b/lib/Mason/Compilation.pm
+@@ -898,7 +898,7 @@
+ A list of method names that should not be used because they are reserved for
+ built-in attributes: C<args>, C<m>, C<cmeta>, etc. Not as extensive as
+ bad_attribute_names above because methods like C<render> and C<main> can be
+-overriden but make no sense as attributes.
++overridden but make no sense as attributes.
+ 
+ =item compile ()
+ 
+--- a/lib/Mason/Manual/Components.pod
++++ b/lib/Mason/Manual/Components.pod
+@@ -247,7 +247,7 @@
+ 
+ Each component class naturally inherits from (or 'extends') a superclass. The
+ default superclass for components is L<Mason::Component|Mason::Component>, but
+-this may be overriden in two ways: the I<extends flag> and I<autobase
++this may be overridden in two ways: the I<extends flag> and I<autobase
+ components>.
+ 
+ =head2 Extends flag

-- 
Debian packaging of Mason CPAN distribution



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