Changeset 16624 for misc/runpugs

Show
Ignore:
Timestamp:
06/03/07 21:04:28 (18 months ago)
Author:
azawawi
Message:

README missing module update + proper use lib for bin/termserv.pl

Location:
misc/runpugs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/README

    r16595 r16624  
    2121        IO::Pty 
    2222        Config::General 
     23        Perl6::Say 
    2324 
    2425    * create a $HOME/.webtermrc configuration file (start from the webtermrc file in the repository) 
  • misc/runpugs/bin/termserv.pl

    r16228 r16624  
    22use strict; 
    33use warnings; 
     4use lib './lib','../lib'; 
    45#BEGIN { 
    56#$ENV{PERLIO}= ":utf8";