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

dmn pushed a commit to branch master
in repository libapp-rad-perl.

commit 8a712ece0d9e12869b1dee8446e0ab96617cd08e
Author: Damyan Ivanov <d...@debian.org>
Date:   Sat Dec 5 20:14:01 2015 +0000

    patch App::Rad::Config to use Carp
---
 debian/patches/series         |  1 +
 debian/patches/use-Carp.patch | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a0a5dac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-Carp.patch
diff --git a/debian/patches/use-Carp.patch b/debian/patches/use-Carp.patch
new file mode 100644
index 0000000..29e4a3f
--- /dev/null
+++ b/debian/patches/use-Carp.patch
@@ -0,0 +1,16 @@
+Description: explicitly use Carp in App::Rad::Config
+ Problem arises whe the module is loaded before App::Rad, which is only
+ seen in CI tests. Perhaps not worth forwarding upstream
+Author: Damyan Ivanov <d...@debian.org>
+Forwarded: not-needed
+
+--- a/lib/App/Rad/Config.pm
++++ b/lib/App/Rad/Config.pm
+@@ -1,5 +1,7 @@
+ package App::Rad::Config;
+ 
++use Carp;
++
+ sub load_config {
+     my ($c, @files) = (@_);
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapp-rad-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