From 8d7e3c211139a84591e050c511bac362685fb059 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 2 Aug 2013 09:56:45 +0200 Subject: [PATCH] Add URI::Encode to dependencies. --- Build.PL | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Build.PL b/Build.PL index ec1939eea5..dbc60fd763 100644 --- a/Build.PL +++ b/Build.PL @@ -58,6 +58,7 @@ my $builder = Local::Module::Build->new( 'Text::CSV_XS' => 0, 'UUID' => 0, 'Hash::Merge::Simple' => 0, + 'URI::Encode' => 0, 'warnings' => 0, }, test_requires => { diff --git a/debian/control b/debian/control index a7f0d48838..ae8e58a339 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 8), libtext-csv-xs-perl, libtrycatch-perl, libhash-merge-simple-perl, + liburi-encode-perl, ngcp-schema Standards-Version: 3.9.4 Homepage: http://sipwise.com/ @@ -66,6 +67,7 @@ Depends: libcatalyst-actionrole-acl-perl, libtemplate-perl, libtext-csv-xs-perl, libhash-merge-simple-perl, + liburi-encode-perl, ngcp-schema, ${misc:Depends}, ${perl:Depends}