MT#5879 Template::Plugin::JSON::Escape dependency.

To pass JSON data from template. Now used only for dt_columns.
ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 11 years ago committed by Victor Seva
parent c4a4ee2d6d
commit c1d2a4bfd2

@ -85,6 +85,7 @@ my $builder = Local::Module::Build->new(
'Sipwise::Base' => 0,
'strict' => 0,
'Template' => 0,
'Template::Plugin::JSON::Escape' => 0,
'Text::CSV_XS' => 0,
'Types::Path::Tiny' => 0,
'Time::HiRes' => 0,

2
debian/control vendored

@ -58,6 +58,7 @@ Build-Depends: debhelper (>= 8),
libstrictures-perl,
libstring-mkpasswd-perl,
libsys-sig-perl,
libtemplate-plugin-json-escape-perl,
libtext-csv-xs-perl,
libtrycatch-perl,
libtypes-path-tiny-perl,
@ -135,6 +136,7 @@ Depends: gettext,
libstring-mkpasswd-perl,
libsys-sig-perl,
libtemplate-perl,
libtemplate-plugin-json-escape-perl,
libtext-csv-xs-perl,
libtypes-path-tiny-perl,
liburi-encode-perl,

Loading…
Cancel
Save