[liblog-any-perl] 04/06: Add a patch to turn pseudo POD into POD in a manpage.

gregor herrmann gregoa at debian.org
Tue Dec 27 00:50:41 UTC 2016


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

gregoa pushed a commit to branch master
in repository liblog-any-perl.

commit 42f5d161e272103415fc2aa4ae1358db445035f4
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 01:46:28 2016 +0100

    Add a patch to turn pseudo POD into POD in a manpage.
---
 debian/patches/pseudopod.patch | 81 ++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 82 insertions(+)

diff --git a/debian/patches/pseudopod.patch b/debian/patches/pseudopod.patch
new file mode 100644
index 0000000..bb368c7
--- /dev/null
+++ b/debian/patches/pseudopod.patch
@@ -0,0 +1,81 @@
+Description: looks like the POD generation during the release failed ...
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-12-27
+
+--- a/lib/Log/Any/Adapter/Util.pm
++++ b/lib/Log/Any/Adapter/Util.pm
+@@ -249,58 +249,60 @@
+ subclasses or L<Log::Any::Proxy> formatters/filters.  It also has some
+ functions used in internal testing.
+ 
+-=func logging_methods
++=head1 FUNCTIONS
++
++=head2 logging_methods
+ 
+ Returns a list of all logging method. E.g. "trace", "info", etc.
+ 
+-=func detection_methods
++=head2 detection_methods
+ 
+ Returns a list of detection methods.  E.g. "is_trace", "is_info", etc.
+ 
+-=func logging_and_detection_methods
++=head2 logging_and_detection_methods
+ 
+ Returns a list of logging and detection methods (but not aliases).
+ 
+-=func log_level_aliases
++=head2 log_level_aliases
+ 
+ Returns key/value pairs mapping aliases to "official" names.  E.g. "err" maps
+ to "error".
+ 
+-=func logging_aliases
++=head2 logging_aliases
+ 
+ Returns a list of logging alias names.  These are the keys from
+ L</log_level_aliases>.
+ 
+-=func detection_aliases
++=head2 detection_aliases
+ 
+ Returns a list of detection aliases.  E.g. "is_err", "is_fatal", etc.
+ 
+-=func numeric_level
++=head2 numeric_level
+ 
+ Given a level name (or alias), returns the numeric value described above under
+ log level constants.  E.g. "err" would return 3.
+ 
+-=func dump_one_line
++=head2 dump_one_line
+ 
+ Given a reference, returns a one-line L<Data::Dumper> dump with keys sorted.
+ 
+-=func make_method
++=head2 make_method
+ 
+ Given a method name, a code reference and a package name, installs the code
+ reference as a method in the package.
+ 
+-=func require_dynamic (DEPRECATED)
++=head2 require_dynamic (DEPRECATED)
+ 
+ Given a class name, attempts to load it via require unless the class
+ already has a constructor available.  Throws an error on failure. Used
+ internally and may become private in the future.
+ 
+-=func read_file (DEPRECATED)
++=head2 read_file (DEPRECATED)
+ 
+ Slurp a file.  Does *not* apply any layers.  Used for testing and may
+ become private in the future.
+ 
+-=func cmp_deeply (DEPRECATED)
++=head2 cmp_deeply (DEPRECATED)
+ 
+ Compares L<dump_one_line> results for two references.  Also takes a test
+ label as a third argument.  Used for testing and may become private in the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55fdede
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pseudopod.patch

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



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