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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
