[liblog-any-perl] 03/08: Drop pseudopod.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Mon Dec 25 16:01:45 UTC 2017


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 e8687e78be2d3fd355bccb874f5fcd19363b3979
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 25 16:49:15 2017 +0100

    Drop pseudopod.patch, fixed upstream.
---
 debian/patches/pseudopod.patch | 81 ------------------------------------------
 debian/patches/series          |  1 -
 2 files changed, 82 deletions(-)

diff --git a/debian/patches/pseudopod.patch b/debian/patches/pseudopod.patch
deleted file mode 100644
index bb368c7..0000000
--- a/debian/patches/pseudopod.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-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
deleted file mode 100644
index 55fdede..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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