/usr/local/CPAN/Net-Telnet-Trango/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.6.1;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Net::Telnet::Trango',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Net/Telnet/Trango.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0',
                           'Net::Telnet' => '0'
                         }
        )
;