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

MJ Ray slef at users.sourceforge.net
Mon Jul 18 18:39:00 CEST 2005


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 ---





More information about the Koha-cvs mailing list