koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha Makefile.PL,NONE,1.1 Make.conf.in,1.1,NONE


From: MJ Ray
Subject: [Koha-cvs] CVS: koha Makefile.PL,NONE,1.1 Make.conf.in,1.1,NONE
Date: Mon, 18 Jul 2005 09:39:00 -0700

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10321

Added Files:
        Makefile.PL 
Removed Files:
        Make.conf.in 
Log Message:
Add start of 2.3 installer. Remove obsolete? files conflicting with 2.3 
installer

--- NEW FILE ---
use ExtUtils::MakeMaker;

die "perl >= 5.6.1 required" unless ($] >= 5.006001);

WriteMakefile(
    NAME => 'Koha',
    DISTNAME => 'koha',
    VERSION => '2.3.0',
    PREREQ_PM => {
        'DBI' => 1,
        'Date::Manip' => 1,
        'DBD::MySQL' => 1,
        'HTML::Template' => 1,
        'Digest::MD5' => 1,
        'MARC::Record' => 1,
        'Mail::Sendmail' => 1,
        'PDF::API2' => 1,
        'Net::LDAP' => 1,
        'Event' => 1,
        'Net::Z3950' => 1
        },
   CONFIGURE => sub {
     # Figure out options here
     return {}
     },
   PM => { # srcfile => dest
     },
   PL_FILES => { # generator => target
     }   
);

--- Make.conf.in DELETED ---




reply via email to

[Prev in Thread] Current Thread [Next in Thread]