NAME
CPANPLUS::Internals::System - Flags for _run()
DESCRIPTION
This module is included in every perl invoked by _run()
via $ENV{PERL5OPT} .= " -MCPANPLUS::Internals::System=key1=val1,..."
.
It then parses each key for ways to override the default behaviour. Currently, only autoflush
is meaningful, which sets $|
to the value.
AUTHORS
This module by Autrijus Tang <autrijus@autrijus.org>.
COPYRIGHT
The CPAN++ interface (of which this module is a part of) is copyright (c) 2001, 2002 Jos Boumans <kane@cpan.org>. All rights reserved.
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.