The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package MKDoc::ECommerce;

use strict;
use warnings;

our $VERSION = '0.01';

=head1 NAME

MKDoc::ECommerce - Online Shop functionality for MKDoc


=head1 SYNOPSIS


=head1 SUMMARY


=head1 EXPORTS

None.

=head1 KNOWN BUGS

None, which probably means plenty of unknown bugs :)

=head1 ABOUT

MKDoc is a web content management system written in Perl which focuses on
standards compliance, accessiblity and usability issues, and multi-lingual
websites.

At MKDoc Ltd we have decided to gradually break up our existing commercial
software into a collection of completely independent, well-documented,
well-tested open-source CPAN modules.

Ultimately we want MKDoc code to be a coherent collection of module
distributions, yet each distribution should be usable and useful in itself.

L<MKDoc::ECommerce> is part of this effort.

You could help us and turn some of MKDoc's code into a CPAN module.
You can take a look at the existing code at http://download.mkdoc.org/.

If you are interested in some functionality which you would like to
see as a standalone CPAN module, send an email to <mkdoc-modules@lists.webarch.co.uk>.


=head1 AUTHOR

Copyright 2003 - MKDoc Holdings Ltd.

Author: Jean-Michel Hiver

This module is free software and is distributed under the same license as Perl
itself. Use it at your own risk.


=head1 SEE ALSO

Help us open-source MKDoc. Join the mkdoc-modules mailing list:

  mkdoc-modules@lists.webarch.co.uk

=cut