- Timestamp:
- 03/10/06 08:23:11 (3 years ago)
- Location:
- lib/Pugs/Doc
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Hack.pod
r9366 r9375 1 1 =head1 NAME 2 2 3 pugs::hack - How to hack on Pugs3 Pugs::Doc::Hack - How to hack on Pugs 4 4 5 5 =head1 SYNOPSIS … … 59 59 | |-- patches Debian specific patches 60 60 | | |-- 00list List of patches 61 | | `-- 10smoker.dpatch Patch to djust smoker.yml path61 | | `-- 10smoker.dpatch Patch to adjust smoker.yml path 62 62 | |-- pugs-doc.dirs Directories to be created in the pugs-doc package 63 63 | |-- pugs-modules.dirs Directories to be created in the pugs-modules … … 345 345 =head2 Testing 346 346 347 See L< pugs::run> and F<t/README>. If you wish to use the C<prove> utility347 See L<Pugs::Doc::Run> and F<t/README>. If you wish to use the C<prove> utility 348 348 to run individual tests or test directories, you will need to set at least 349 349 the following environment variables first: … … 352 352 $ export PERL6LIB=blib6/lib 353 353 354 You can also just say C<./pugs -Iblib6/lib t/ .../mumble.t>.354 You can also just say C<./pugs -Iblib6/lib t/your/test/file.t>. 355 355 356 356 =head3 Regex testing … … 395 395 =head1 SEE ALSO 396 396 397 L<Perl6::Pugs>, L< pugs::run>397 L<Perl6::Pugs>, L<Pugs::Doc::Run> -
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>
