From e418db57f9544983a004b6a7b7f79ab5bdcb30a0 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 28 Apr 2009 20:57:48 +0200 Subject: [PATCH] Adding dependencies, : * 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 64e5781..aeeba7f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, diff --git a/about.pl b/about.pl index 60aef31..44f6ceb 100755 --- 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 -- 1.7.2.5