[Koha-patches] [PATCH] useless perl dependencies in Makefile.PL

Joshua Ferraro jmf at liblime.com
Fri May 30 18:06:59 CEST 2008


Depending on how you install these modules, the sub-modules aren't
always installed, so it's valid to have them declared explicitly in the
Makefile.PL ... I'm rejecting this patch :-)

Josh

On Sun, May 18, 2008 at 10:49:02PM +0200, Marc Chantreux wrote:
> (as those modules are parts of other dependancies)
> ---
>  Makefile.PL |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile.PL b/Makefile.PL
> index 29dc039..cc463e9 100644
> --- a/Makefile.PL
> +++ b/Makefile.PL
> @@ -571,11 +571,8 @@ WriteMakefile(
>  'MIME::QuotedPrint' => 3.07,
>  'Mail::Sendmail' => 0.79,
>  'Net::LDAP' => 0.33,
> -'Net::LDAP::Filter' => 0.14,
>  'Net::Z3950::ZOOM' => 1.16,
>  'PDF::API2' => 2.000,
> -'PDF::API2::Page' => 2.000,
> -'PDF::API2::Util' => 2.000,
>  'PDF::Reuse' => 0.33,
>  'PDF::Reuse::Barcode' => 0.05,
>  'POE' => 0.9999,
> -- 
> 1.5.5.1
> 



More information about the Koha-patches mailing list