From: Chris Cormack <[email protected]>
Signed-off-by: Julian Maurice <[email protected]> --- C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 5b3023c..9f1a4b8 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -479,6 +479,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '1.03', }, + 'Modern::Perl' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '1.03', + }, }; 1; diff --git a/debian/control b/debian/control index 0384e18..e0827f9 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,7 @@ Build-Depends: libcgi-session-driver-memcached-perl, libmarc-xml-perl, libmemoize-memcached-perl, libmime-lite-perl, + libmodern-perl-perl, libnet-ldap-perl, libnet-server-perl, libnet-z3950-zoom-perl, -- 1.7.8.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
