Adding dependencies, :
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 28 Apr 2009 18:57:48 +0000 (20:57 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:14 +0000 (11:30 +0200)
* 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
about.pl

index 64e5781..aeeba7f 100644 (file)
@@ -585,9 +585,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,
index 60aef31..44f6ceb 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -111,9 +111,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