Read Me
=pod
README for ddc-perl-compat
=head1 ABSTRACT
DDC - backwards-compatible entry point for DDC::Concordance
=head1 REQUIREMENTS
=over 4
=item DDC::Concordance E<gt>= v0.17
=back
=head1 DESCRIPTION
The ddc-perl-compat package provides
a backwards-compatible top-level wrapper module "DDC" for
the L<DDC::Concordance|DDC::Concordance> module.
This namespace was formerly used by the ddc-perl distribution available from
sourceforge since 2011, but conflicts with a 2014 CPAN module of the same name in the
Data::Coloured distribution.
New code should use the L<DDC::Concordance|DDC::Concordance>
module as a top-level entry point and dependency target.
This package is provided to enable older code to run without explicit changes,
but note that its installation may cause unexpected results if you also use
the "DDC" module from the "Data::Coloured" distribution.
If necessary, you can explicitly define a dependency on DDC::Compat to ensure that
a backwards-compatible top-level C<use DDC;> will load the L<DDC::Concordance|DDC::Concordance>
module.
=head2 Current Version
Current sources for this module should be available
or via sourceforce ( https://sourceforge.net/projects/ddc-concordance/files/ddc-perl/ ).
=head1 AUTHOR
Bryan Jurish E<lt>moocow@cpan.orgE<gt>
=cut