           SPELL=module-implementation
          SPELLX=Module-Implementation
         VERSION=0.09
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
     SOURCE_HASH=sha512:049f967ba1bd8a3914968b34006030ae318d99ac629a0f34736f1c2b5392490c30aa0914e777eaefda7f0f58755d2d3363a266b90db59b53fe145ef68e1d953c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=http://search.cpan.org/dist/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
