/[wait]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by ulpfr, Fri Dec 29 14:19:27 2000 UTC revision 76 by laperla, Sat Apr 6 19:00:54 2002 UTC
# Line 173  you are finished. Line 173  you are finished.
173    ## write config    ## write config
174    my $configpmdir = MM->catdir('lib', 'WAIT');    my $configpmdir = MM->catdir('lib', 'WAIT');
175    mkpath $configpmdir;    mkpath $configpmdir;
176    my $configpm = MM->catfile('lib', 'WAIT', 'Config.pm/' );    my $configpm = MM->catfile('lib', 'WAIT', 'Config.pm' );
177        
178    open FH, "> $configpm" or die "Couldn't write open $configpm: $!\n";    open FH, "> $configpm" or die "Couldn't write open $configpm: $!\n";
179    print FH qq[\$WAIT::Config = \{\n];    print FH qq[\$WAIT::Config = \{\n];

Legend:
Removed from v.45  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.26