/usr/local/CPAN/BatchSystem-SBS/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'BatchSystem::SBS',
          'EXE_FILES' => [
                           'scripts/sbs-batch-action.pl',
                           'scripts/sbs-batch-check.pl',
                           'scripts/sbs-batch-info.pl',
                           'scripts/sbs-batch-remove.pl',
                           'scripts/sbs-batch-submit.pl',
                           'scripts/sbs-scheduler-print.pl',
                           'scripts/sbs-scheduler-update.pl'
                         ],
          'VERSION_FROM' => './lib/BatchSystem/SBS.pm',
          'PREREQ_PM' => {
                           'IO::All' => 0,
                           'File::Spec' => 0,
                           'List::Util' => 0,
                           'File::Flock' => 0,
                           'Data::Serializer' => 0,
                           'File::Path' => 0,
                           'Log::StdLog' => 0,
                           'Object::InsideOut' => 0,
                           'Getopt::Long' => 0,
                           'File::Copy' => 0,
                           'XML::Twig' => '3.14',
                           'LockFile::Simple' => 0,
                           'Test::More' => 0,
                           'File::Temp' => 0,
                           'Util::Properties' => 0,
                           'JSON' => 0,
                           'File::Basename' => 0,
                           'Cwd' => 0
                         }
        )
;