           SPELL=module-implementation
         VERSION=0.06
          SOURCE="Module-Implementation-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
     SOURCE_HASH=sha512:329854912a6a2deba00f3dd3773f164b588892f90904cabc3426230c1377cce730792e4673c0f292fa3969747b5a21f9a295ea88caa502487f352747941feb6b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Module-Implementation-${VERSION}"
        WEB_SITE="http://search.cpan.org/~/Module-Implementation/"
      LICENSE[0]=ART
         ENTERED=20130511
           SHORT="loads one of several alternate underlying implementations for a module"
cat << EOF
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation for
a given OS or any other case of needing to provide multiple implementations.

This module is only useful when you know all the implementations ahead of time.
If you want to load arbitrary implementations then you probably want something
like a plugin system, not this module.
EOF
