Changeset 6100 for lib/pugs/hack.pod

Show
Ignore:
Timestamp:
08/07/05 02:14:51 (3 years ago)
Author:
iblech
Message:

* pugs::hack: PODified putter++'s new section.
* Array-Lazy: Added Makefile.PL so the tests are run from make test.
* Usual svn props.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6096 r6100  
    259259    $ export PERL6LIB=blib6/lib 
    260260 
    261  
    262 You can also just say  ./pugs -Iblib6/lib t/...mumble.t . 
     261You can also just say F<./pugs -Iblib6/lib t/.../mumble.t>. 
    263262 
    264263=head3 Regex testing 
    265264 
    266 Using the parrot distribution, PGE can be tested interactively with 
    267  
    268     ./parrot compilers/pge/demo.pir 
    269  
    270 and with tests like those in t/p6rules/ . 
     265Using the Parrot distribution, PGE can be tested interactively with 
     266 
     267    $ ./parrot compilers/pge/demo.pir 
     268 
     269and with tests like those in F<t/p6rules/>. 
    271270 
    272271Using the PCRE distribution, PCRE can be tested interactively with 
    273272 
    274     ./pcretest 
    275  
     273    $ ./pcretest 
    276274 
    277275=head2 Resources