source: trunk/gsdl/packages/cpan/README@ 9377

Last change on this file since 9377 was 9377, checked in by kjdon, 19 years ago

minor configuration change in Makefile.PL and Expat/Makefile.PL - set MAKEFILE_OLD to Makefile. when you do a clean, Makefile was being renamed to Makefile.old, which means that after a clean, you have to do a configure to get the Makefile back. Now it just renames it to teh same name. gives an error but it is ignored. hope it doesn't make something else go wrong.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
RevLine 
[2809]1This directory contains perl modules from cpan for use with the Greenstone
2collection building code. After a "make install" these modules will be
3installed to the gsdl/perllib/cpan directory.
4
5Note that pure perl modules (i.e. those not containing any C code to
6compile) don't need building so they don't live in the packages directory
7tree (they live in perllib/cpan).
8
9
10The following modules are currently included:
11
[8075]12XML::Parser: Copyright (c) 1998-2000 Larry Wall and Clark Cooper
13
14 - Version 2.34
[2809]15
[8075]16 Originally, we used Version 2.27 cut down a bit for size, plus
17 a few modifications to Makefile.PL. See below.
18
19
20HISTORY
21-------
22
[9377]23Mar 2005
24
25XML::Parser
26
27 - Version 2.34 and version 2.27
28added MAKEFILE_OLD => 'Makefile' to the Makefile.PL WriteMakeFile directive.
29previously, doing a make clean renamed the Makefile to Makefile.old, so then
30a make wouldn't work. Now Makefile gets renamed to Makefile. Hopefully this
31won't stuff anything else up.
32
[8075]33< Aug 2004
34
[2809]35XML::Parser: Copyright (c) 1998-2000 Larry Wall and Clark Cooper
36
[2895]37- Version 2.27 - as downloaded from cpan.org but with a few files removed
[2809]38 (to minimize the size of the tarball we distribute) and minor Greenstone
[2895]39 specific modifications to Makefile.PL. Originally used version 2.29 but
40 it appeared to be incompatible with perl 5.6.1.
[2809]41
42
Note: See TracBrowser for help on using the repository browser.