/Net-Backpack/dist/Makefile.PL

[view plain text]

# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::Backpack',
          'VERSION_FROM' => 'lib/Net/Backpack.pm',
          'PREREQ_PM' => {
                           'HTTP::Request' => 0,
                           'LWP::UserAgent' => 0,
                           'Test::More' => 0,
                           'XML::Simple' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;