diff --git a/Build.PL b/Build.PL index 119e3997d9..aa04e04a11 100644 --- a/Build.PL +++ b/Build.PL @@ -23,7 +23,7 @@ my $builder = Local::Module::Build->new( 'Catalyst::ActionRole::ACL' => 0, 'Catalyst::ActionRole::CheckTrailingSlash' => 0, 'Catalyst::ActionRole::RequireSSL' => 0, - 'Catalyst::Authentication::Credential::HTTP' => 0, + 'Catalyst::Authentication::Credential::HTTP' => 0, 'Catalyst::Model::DBIC::Schema' => 0, 'Catalyst::Plugin::Authentication' => 0, 'Catalyst::Plugin::Authorization::Roles' => 0, @@ -86,6 +86,7 @@ my $builder = Local::Module::Build->new( 'strict' => 0, 'Template' => 0, 'Template::Plugin::JSON::Escape' => 0, + 'Test::MockObject' => 0, 'Text::CSV_XS' => 0, 'Types::Path::Tiny' => 0, 'Time::HiRes' => 0, diff --git a/debian/control b/debian/control index e64ec98248..9e5b9b19aa 100644 --- a/debian/control +++ b/debian/control @@ -60,6 +60,7 @@ Build-Depends: debhelper (>= 8), libstring-mkpasswd-perl, libsys-sig-perl, libtemplate-plugin-json-escape-perl, + libtest-mockobject-perl, libtext-csv-xs-perl, libtrycatch-perl, libtypes-path-tiny-perl, @@ -139,6 +140,7 @@ Depends: gettext, libsys-sig-perl, libtemplate-perl, libtemplate-plugin-json-escape-perl, + libtest-mockobject-perl, libtext-csv-xs-perl, libtypes-path-tiny-perl, liburi-encode-perl,