MT#5879 Mock context object to create SVG template processor

ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 11 years ago committed by Victor Seva
parent 0d39395842
commit f63e61f9dd

@ -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,

2
debian/control vendored

@ -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,

Loading…
Cancel
Save