/usr/local/CPAN/Lingua-Alphabet-Phonetic-Password/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Lingua::Alphabet::Phonetic::Password',
          'VERSION_FROM' => 'lib/Lingua/Alphabet/Phonetic/Password.pm',
          'PREREQ_PM' => {
                           'Lingua::Alphabet::Phonetic' => '1.03',
                           'Lingua::Alphabet::Phonetic::NATO' => '1.02',
                           'Test::Exception' => '0',
                           'Test::More' => '0',
                           'Test::NoBreakpoints' => '0',
                           'Test::Pod' => '0',
                           'Test::Pod::Coverage' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;