[libconfig-model-dpkg-perl] 01/15: Dpkg Dependency: added missing use Parse::RecDescent (harmless though)
dod at debian.org
dod at debian.org
Sun Aug 25 16:22:00 UTC 2013
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 053a69c6682173f6e599bfa2137daf94bba1ec18
Author: Dominique Dumont <dod at debian.org>
Date: Sat Aug 24 19:03:41 2013 +0200
Dpkg Dependency: added missing use Parse::RecDescent (harmless though)
---
lib/Config/Model/Dpkg/Dependency.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index 3f92e3a..33fc005 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -14,6 +14,8 @@ use Log::Log4perl qw(get_logger :levels);
use Module::CoreList;
use version ;
+use Parse::RecDescent ;
+
use AnyEvent::HTTP ;
# available only in debian. Black magic snatched from
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list