/usr/local/CPAN/Guardian-OpenPlatform-API/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Guardian::OpenPlatform::API',
          'VERSION_FROM' => 'lib/Guardian/OpenPlatform/API.pm',
          'PREREQ_PM' => {
                           'LWP::UserAgent' => '2.023',
                           'Moose' => '0',
                           'Test::More' => '0.47'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;