# Note: this file was auto-generated by Module::Build::Compat version 0.4003 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Clustericious::Admin', 'VERSION_FROM' => 'lib/Clustericious/Admin.pm', 'PREREQ_PM' => { 'Clustericious::Config' => 0, 'Clustericious::Log' => 0, 'Hash::Merge' => 0, 'Log::Log4perl::CommandLine' => 0, 'Mojolicious' => '2.69', 'Term::ANSIColor' => 0, 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/clad' ], 'PL_FILES' => {} ) ;