[Koha-patches] [PATCH 10/78] Adding dependencies, :

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu May 28 18:32:20 CEST 2009


From: Paul Poulain <paul.poulain at biblibre.com>

* Number::Format, to format $ values
* PDF::API2::Simple, that will be used for order printing
* PDF::Table, used to manage tables in order printing
---
 Makefile.PL |    3 +++
 about.pl    |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 3150394..cc9de16 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -578,9 +578,12 @@ WriteMakefile(
                             'Net::LDAP'                        => 0.33, # optional
                             'Net::LDAP::Filter'                => 0.14, # optional
                             'Net::Z3950::ZOOM'                 => 1.16,
+                            'Number::Format'                   => 1.52,
                             'PDF::API2'                        => 2.000,
                             'PDF::API2::Page'                  => 2.000,
                             'PDF::API2::Util'                  => 2.000,
+                            'PDF::API2::Simple'                => 1.000,
+                            'PDF::Table'                       => 0.9.3,
                             'PDF::Reuse'                       => 0.33,
                             'PDF::Reuse::Barcode'              => 0.05,
                             'POE'                              => 0.9999,
diff --git a/about.pl b/about.pl
index 56d1717..1ca627a 100755
--- a/about.pl
+++ b/about.pl
@@ -109,9 +109,12 @@ Mail::Sendmail
 Net::LDAP
 Net::LDAP::Filter
 Net::Z3950::ZOOM
+Number::Format
 PDF::API2
 PDF::API2::Page
 PDF::API2::Util
+PDF::API2::Simple
+PDF::Table
 PDF::Reuse
 PDF::Reuse::Barcode
 POE
-- 
1.6.0.4



More information about the Koha-patches mailing list