[libapp-rad-perl] 01/04: patch App::Rad::Config to use Carp

Damyan Ivanov dmn at moszumanska.debian.org
Sat Dec 5 20:17:11 UTC 2015


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 <dmn at 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 <dmn at 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



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