Wednesday, June 2, 1999

This is the Text::CSV_XS module with shared libraries compiled for 
MacPerl.  Shared libraries run only on PPC and CFM68K versions, not 
non-CFM 68K versions.

This was compiled with MPW and Codewarrior.  Passed all tests.  
I have no 68K machine so I can't test the CFM68K version.  Let me 
know of any problems.

Best installed using cpan-mac, either with the CPAN shell,
or the installme droplet.  From the CPAN shell, type:

    cpan> install CNANDOR/Text-CSV_XS-0.18-bin-2-Mac.tgz

Also, see the MMP page:

    http://pudge.net/mmp/

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

#===================================

Module: Text::CSV

Description:
    Text::CSV provides facilities for the composition and decomposition of
    comma-separated values.  An instance of the Text::CSV class can combine
    fields into a CSV string and parse a CSV string into fields.

Copying:
    Copyright (c) 1998 Jochen Wiedmann. All rights reserved.
    Portions Copyright (c) 1997 Alan Citterman. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

Prerequisites:
    perl 5.002

Build/Installation:
    Standard build/installation supported by ExtUtils::MakeMaker(3)...
	perl Makefile.PL
	make
	make test
	make install

Author:
    Jochen Wiedmann <joe@ispsoft.de>

    Interface design by Alan Citterman <alan@mfgrtl.com>