Changeset 6096 for lib

Show
Ignore:
Timestamp:
08/07/05 01:17:13 (3 years ago)
Author:
putter
Message:

lib/pugs/hack.pod: Added notes on testing regexp engines.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r5869 r6096  
    259259    $ export PERL6LIB=blib6/lib 
    260260 
     261 
     262You can also just say  ./pugs -Iblib6/lib t/...mumble.t . 
     263 
     264=head3 Regex testing 
     265 
     266Using the parrot distribution, PGE can be tested interactively with 
     267 
     268    ./parrot compilers/pge/demo.pir 
     269 
     270and with tests like those in t/p6rules/ . 
     271 
     272Using the PCRE distribution, PCRE can be tested interactively with 
     273 
     274    ./pcretest 
     275 
     276 
    261277=head2 Resources 
    262278