[go: up one dir, main page]

Menu

Tree [r1521] / ddc-perl / compat /
 History

HTTPS access


File Date Author Commit
 DDC 2015-09-25 mukau [r522] + added explitic DDC::Compat module (e.g. for d...
 t 2015-09-25 mukau [r520] + created initial ddc-perl-compat distribution:...
 Changes 2015-09-25 mukau [r520] + created initial ddc-perl-compat distribution:...
 DDC.pm 2015-09-25 mukau [r522] + added explitic DDC::Compat module (e.g. for d...
 MANIFEST 2015-09-25 mukau [r522] + added explitic DDC::Compat module (e.g. for d...
 MANIFEST.SKIP 2015-11-05 mukau [r535] + ignore MYMETA.*
 Makefile.PL 2015-09-25 mukau [r522] + added explitic DDC::Compat module (e.g. for d...
 README.rpod 2015-09-25 mukau [r522] + added explitic DDC::Compat module (e.g. for d...
 README.txt 2015-11-05 mukau [r535] + ignore MYMETA.*

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