This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclass-makemethods-perl.

commit cb0f1f6dd1a9cd408e16824f0102b946ca98708c
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jun 10 23:12:45 2016 +0200

    Add more POD fixes to debian/patches/fix-pod.patch.
---
 debian/patches/fix-pod.patch | 66 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 64 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
index 69622cf..4683a5b 100644
--- a/debian/patches/fix-pod.patch
+++ b/debian/patches/fix-pod.patch
@@ -1,6 +1,8 @@
-Author: gregor herrmann <gre...@debian.org>
 Description: fix POD/man issues
-Forwarded: https://rt.cpan.org/Ticket/Display?id=94937
+Bug: https://rt.cpan.org/Ticket/Display?id=94937
+Forwarded: https://rt.cpan.org/Ticket/Display?id=94937 (not last version)
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-06-10
 
 --- a/MakeMethods/Docs/RelatedModules.pod
 +++ b/MakeMethods/Docs/RelatedModules.pod
@@ -42,3 +44,63 @@ Forwarded: https://rt.cpan.org/Ticket/Display?id=94937
  
  =head1 SYNOPSIS
  
+--- a/MakeMethods/Attribute.pm
++++ b/MakeMethods/Attribute.pm
+@@ -136,7 +136,7 @@
+ 
+ =head1 SEE ALSO
+ 
+-See L<Attribute::Handlers> by�Damian Conway.
++See L<Attribute::Handlers> by Damian Conway.
+ 
+ See L<Class::MakeMethods> for general information about this distribution. 
+ 
+--- a/MakeMethods/Composite/Inheritable.pm
++++ b/MakeMethods/Composite/Inheritable.pm
+@@ -46,7 +46,7 @@
+ 
+ The MakeMethods subclass provides accessor methods that search an inheritance 
tree to find a value. This allows you to set a shared or default value for a 
given class, optionally override it in a subclass, and then optionally override 
it on a per-instance basis. 
+ 
+-Note that all MakeMethods methods are inheritable, in the sense that they 
work as expected for subclasses. These methods are different in that the 
I<data> accessed by each method can be inherited or overridden in each subclass 
or instance. See L< Class::MakeMethods::Utility::Inheritable> for more about 
this type of "inheritable" or overridable" data.
++Note that all MakeMethods methods are inheritable, in the sense that they 
work as expected for subclasses. These methods are different in that the 
I<data> accessed by each method can be inherited or overridden in each subclass 
or instance. See L<Class::MakeMethods::Utility::Inheritable> for more about 
this type of "inheritable" or overridable" data.
+ 
+ 
+ =head2 Class::MakeMethods Calling Interface
+--- a/MakeMethods/Docs/ReadMe.pod
++++ b/MakeMethods/Docs/ReadMe.pod
+@@ -1,3 +1,5 @@
++=encoding utf-8
++
+ =head1 NAME
+ 
+ Class::MakeMethods::Docs::ReadMe - About Class::MakeMethods 
+@@ -266,7 +268,7 @@
+ 
+ Class::MakeMethods::Emulator::Inheritable is based on 
Class::Data::Inheritable. Portions Copyright 2000 Damian Conway and Michael G 
Schwern.
+ 
+-Class::MakeMethods::Emulator::mcoder is based on mcoder. Portions Copyright 
2003 by Salvador Fandi�o.
++Class::MakeMethods::Emulator::mcoder is based on mcoder. Portions Copyright 
2003 by Salvador Fandiño.
+ 
+ Class::MakeMethods::Emulator::Singleton is based on Class::Singleton, by Andy 
Wardley. Portions Copyright 1998 Canon Research Centre Europe Ltd. 
+ 
+--- a/MakeMethods/Emulator/mcoder.pm
++++ b/MakeMethods/Emulator/mcoder.pm
+@@ -111,6 +111,6 @@
+ 
+ See L<Class::MakeMethods::Emulator> for more about this family of subclasses.
+ 
+-See L< mcoder> for documentation of the original module.
++See L<mcoder> for documentation of the original module.
+ 
+ =cut
+--- a/MakeMethods/Standard/Inheritable.pm
++++ b/MakeMethods/Standard/Inheritable.pm
+@@ -46,7 +46,7 @@
+ 
+ The MakeMethods subclass provides accessor methods that search an inheritance 
tree to find a value. This allows you to set a shared or default value for a 
given class, optionally override it in a subclass, and then optionally override 
it on a per-instance basis. 
+ 
+-Note that all MakeMethods methods are inheritable, in the sense that they 
work as expected for subclasses. These methods are different in that the 
I<data> accessed by each method can be inherited or overridden in each subclass 
or instance. See L< Class::MakeMethods::Utility::Inheritable> for more about 
this type of "inheritable" or overridable" data.
++Note that all MakeMethods methods are inheritable, in the sense that they 
work as expected for subclasses. These methods are different in that the 
I<data> accessed by each method can be inherited or overridden in each subclass 
or instance. See L<Class::MakeMethods::Utility::Inheritable> for more about 
this type of "inheritable" or overridable" data.
+ 
+ 
+ =head2 Calling Conventions

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libclass-makemethods-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to