[liblog-contextual-perl] 09/10: work around "Log::Contextual does not have a default import list"

Florian Schlichting fsfs at moszumanska.debian.org
Mon Aug 17 17:31:50 UTC 2015


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

fsfs pushed a commit to branch master
in repository liblog-contextual-perl.

commit bd61e1e74edef82ea42a839cbceb35569f64ce70
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Aug 17 19:24:43 2015 +0200

    work around "Log::Contextual does not have a default import list"
---
 debian/tests/pkg-perl/module-name | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/tests/pkg-perl/module-name b/debian/tests/pkg-perl/module-name
new file mode 100644
index 0000000..633c884
--- /dev/null
+++ b/debian/tests/pkg-perl/module-name
@@ -0,0 +1,5 @@
+# "Log::Contextual does not have a default import list", it would need
+# something like 
+#   use Log::Contextual qw( :log :dlog set_logger );
+# but using Log::Contextual::SimpleLogger is ok...
+Log::Contextual::SimpleLogger

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



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