/usr/local/CPAN/App-ZofCMS-Plugin-RandomPasswordGenerator/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::ZofCMS::Plugin::RandomPasswordGenerator',
          'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/RandomPasswordGenerator.pm',
          'PREREQ_PM' => {
                           'App::ZofCMS::Plugin::Base' => '0.0102',
                           'Data::SimplePassword' => '0.04',
                           'Digest::MD5' => '2.36',
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;