[go: up one dir, main page]

Menu

Tree [r1578] / 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

    README for ddc-perl-compat

ABSTRACT
    DDC - backwards-compatible entry point for DDC::Concordance

REQUIREMENTS
    DDC::Concordance >= v0.17

DESCRIPTION
    The ddc-perl-compat package provides a backwards-compatible top-level
    wrapper module "DDC" for the 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
    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 "use DDC;" will load the
    DDC::Concordance module.

  Current Version
    Current sources for this module should be available or via sourceforce (
    https://sourceforge.net/projects/ddc-concordance/files/ddc-perl/ ).

AUTHOR
    Bryan Jurish <moocow@cpan.org>