=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/Build.PL,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- trango/Net-Telnet-Trango/Build.PL 2007/02/06 00:41:49 1.6 +++ trango/Net-Telnet-Trango/Build.PL 2007/02/06 20:41:10 1.7 @@ -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.6 2007/02/06 00:41:49 andrew Exp $ my $cfg_file = File::Spec->catfile('t', 'tests.cfg'); @@ -74,7 +74,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})