           SPELL=encode-detect
         VERSION=1.01
          SOURCE="Encode-Detect-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.cpan.org/authors/id/J/JG/JGMYERS/${SOURCE}
     SOURCE_HASH=sha512:cc9c81f716dcb61abb321abd84e4ebb95a674d9aa34c4265f58cace38f6d15ef4f2b8338190ae7d200672e047b795a30ce6155f9c1b1c424e25d962579b96224
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Encode-Detect-${VERSION}"
        WEB_SITE="http://search.cpan.org/search?query=encode%3A%3Adetect&mode=all"
      LICENSE[0]=ART
         ENTERED=20080702
           SHORT="Encode::Detect - An Encode::Encoding subclass that detects the encoding of data"
cat << EOF
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data and then
decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration of a
set of expected encodings. Like Encode::Guess, it only supports decoding--it
cannot encode.
EOF
