# Note: this file was auto-generated by Module::Build::Compat version 0.3603 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Business::DK::PO', 'VERSION_FROM' => 'lib/Business/DK/PO.pm', 'PREREQ_PM' => { 'Carp' => 0, 'Exporter' => 0, 'Test::Exception' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/calculate_po.pl', 'bin/validate_po.pl' ], 'PL_FILES' => {} ) ;