CGI::Listman 0.05 (apdOp)
=========================

CGI::Listman provides an object-oriented interface to easily manage
web-based subscribtion lists. It implements concepts such as
"dictionaries", "selections", "exporters". It provides some checking
facilities (field duplication or requirements) and uses the DBI interface
so as to provide a backend-independent storage area (PostgreSQL, ...).

Currently only the CSV and mysql backends are known to work for storing data.
Other database engines might work and will certainly be added later.

News
----
2002-10-08 - revision 0.05
	   - don't complain about "croak" when using Listman::exporter
	   - completed mysql support

2002-09-17 - revision 0.04
	   - bugfix related to DBI insertions (see ChangeLog)
	   - fixed dlsip from "adpOp" to "apdOp"

2002-08-16 - revision 0.03
	   - changed files disposition within the archive
	   - completed documentation
	   - bugfixes (cfr ChangeLog)

2002-08-09 - revision 0.02
	   - more documentation
	   - bugfixes (see ChangeLog)

2002-08-05 - initial public revision 0.01
	   - begin work on MySQL support

Dependencies
------------
This module requires these other modules and libraries:

  DBI
  DBD::<whatever>
  Text::CSV_XS

Quick installation instructions
-------------------------------
To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Copyright
---------
Copyright (C) 2002 iScream multimédia <info@iScream.ca>

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