=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/Build.PL,v retrieving revision 1.6 retrieving revision 1.8 diff -u -r1.6 -r1.8 --- trango/Net-Telnet-Trango/Build.PL 2007/02/06 00:41:49 1.6 +++ trango/Net-Telnet-Trango/Build.PL 2007/02/06 21:19:40 1.8 @@ -2,7 +2,7 @@ use warnings; use Module::Build; use File::Spec; -# $RedRiver: Build.PL,v 1.5 2007/02/05 23:10:37 andrew Exp $ +# $RedRiver: Build.PL,v 1.7 2007/02/06 20:41:10 andrew Exp $ my $cfg_file = File::Spec->catfile('t', 'tests.cfg'); @@ -11,6 +11,10 @@ license => 'perl', dist_author => 'Andrew Fresh ', dist_version_from => 'lib/Net/Telnet/Trango.pm', + requires => { + 'perl' => '5.6.1', + 'Net::Telnet' => '0', + }, build_requires => { 'Test::More' => 0, }, @@ -74,7 +78,7 @@ sub get_ap_config { my $cfg = shift; - print 'To run the AP tests, we need an IP and a password for an AP.', "\n"; + print 'To run the AP tests, we need an IP and a password of an AP.', "\n"; $cfg->{AP} = $builder->prompt("AP IP: ", $cfg->{AP}) || return; $cfg->{AP_PASSWD} = $builder->prompt("AP Password:", $cfg->{AP_PASSWD})