From: Steve Scaffidi Date: Thu, 25 Jun 2009 22:37:47 +0000 (-0400) Subject: fixed dummy values in Build.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=816e7ec7d7beabd6cbe93e4c95ca74d6d37ee95e;p=urisagit%2FStem.git fixed dummy values in Build.PL --- diff --git a/Build.PL b/Build.PL index 7d0df68..66cf67b 100644 --- a/Build.PL +++ b/Build.PL @@ -173,7 +173,7 @@ EOT $telnet_path = $build->prompt( "Enter the path to telnet " . "(or another compatible telnet client)", - '/foo/usr/bin/telnet' + '/usr/bin/telnet' ) ; } $build->config_data( telnet_path => $telnet_path ) ; @@ -197,7 +197,7 @@ EOT $xterm_path = $build->prompt( "Enter the path to xterm " . "(or another compatible terminal emulator)", - '/foo/usr/bin/xterm' + '/usr/bin/xterm' ) ; } $build->config_data( xterm_path => $xterm_path ) ;