Changeset 6100

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 added
5 modified

Legend:

Unmodified
Added
Removed
  • ext/Array-Lazy

    • Property svn:ignore set to
      pm_to_blib
      blibdirs
      Makefile
      Makefile.old
      blib
  • ext/Array-Lazy/lib/Iter/Range.pm

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • 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 
  • perl5/Perl6-MetaModel/t/06_obj_id.t

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native
  • perl5/Perl6-MetaModel/t/12_Class_objects.t

    • Property svn:mime-type set to text/plain; charset=UTF-8
    • Property svn:eol-style set to native