Changeset 7342 for lib

Show
Ignore:
Timestamp:
10/06/05 18:35:16 (3 years ago)
Author:
iblech
Message:

* PugsBuild::Config: Honour the new PUGS_BUILD_CONFIG env var.
* pugs::run: Document this new var.
* util/run-smoke.pl: Added appropriate use lib File::Spec->catdir(...) so

PugsBuild::Config can be loaded without -I or $PERLLIB.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/run.pod

    r7127 r7342  
    220220(Has no effect on Windows.) 
    221221 
     222=item C<PUGS_BUILD_CONFIG> [BUILD] 
     223 
     224If set, the file specified in C<PUGS_BUILD_CONFIG> will be used as 
     225configuration file. The default is F<config.yml>. 
     226 
    222227=back 
    223228