Changeset 9375 for lib/Pugs/Doc/Run.pod
- Timestamp:
- 03/10/06 08:23:11 (3 years ago)
- Files:
-
- 1 modified
-
lib/Pugs/Doc/Run.pod (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Run.pod
r9366 r9375 1 1 =head1 NAME 2 2 3 pugs::run - How to run Pugs3 Pugs::Doc::Run - How to run Pugs 4 4 5 5 =head1 SYNOPSYS … … 110 110 displays short configuration information for C<I<item>>. 111 111 112 $ pugs -V:pugs_vers ion112 $ pugs -V:pugs_versnum 113 113 pugs_versnum: 6.2.6 114 114 … … 137 137 Perl 5 test system should be instructed to use your copy of Pugs. If you use 138 138 C<make test> or C<make smoke>, you should not need to set this manually; but if 139 you want to use C<prove>, set it to C<./pugs> ( justC<pugs.exe> on Windows).139 you want to use C<prove>, set it to C<./pugs> (or C<pugs.exe> on Windows). 140 140 141 141 =item C<PERL6LIB> … … 206 206 rsync -avz smoke.html perlcabal.org:public_html 207 207 208 You may alternatively set the C<smoke_upload> option in C<config.yml> to 209 have smokes uploaded to the public smokeserver automatically. 210 208 211 =item C<PUGS_TESTS_CONCURRENT> [BUILD] 209 212 … … 229 232 =head1 SEE ALSO 230 233 231 L<Perl6::Pugs>, L< pugs::hack>234 L<Perl6::Pugs>, L<Pugs::Doc::Hack>
