/usr/local/CPAN/CEDict-Pinyin/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CEDict::Pinyin',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/CEDict/Pinyin.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Class::Light' => '0.01002'
                         }
        )
;