Changeset 16624 for misc/runpugs
- Timestamp:
- 06/03/07 21:04:28 (18 months ago)
- Location:
- misc/runpugs
- Files:
-
- 2 modified
-
README (modified) (1 diff)
-
bin/termserv.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/README
r16595 r16624 21 21 IO::Pty 22 22 Config::General 23 Perl6::Say 23 24 24 25 * create a $HOME/.webtermrc configuration file (start from the webtermrc file in the repository) -
misc/runpugs/bin/termserv.pl
r16228 r16624 2 2 use strict; 3 3 use warnings; 4 use lib './lib','../lib'; 4 5 #BEGIN { 5 6 #$ENV{PERLIO}= ":utf8";
