Changeset 6100
- Timestamp:
- 08/07/05 02:14:51 (3 years ago)
- Files:
-
- 1 added
- 5 modified
-
ext/Array-Lazy (modified) (1 prop)
-
ext/Array-Lazy/Makefile.PL (added)
-
ext/Array-Lazy/lib/Iter/Range.pm (modified) (2 props)
-
lib/pugs/hack.pod (modified) (1 diff)
-
perl5/Perl6-MetaModel/t/06_obj_id.t (modified) (2 props)
-
perl5/Perl6-MetaModel/t/12_Class_objects.t (modified) (2 props)
Legend:
- Unmodified
- Added
- Removed
-
ext/Array-Lazy
-
Property
svn:ignore set
to
pm_to_blib
blibdirs
Makefile
Makefile.old
blib
-
Property
svn:ignore set
to
-
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 259 259 $ export PERL6LIB=blib6/lib 260 260 261 262 You can also just say ./pugs -Iblib6/lib t/...mumble.t . 261 You can also just say F<./pugs -Iblib6/lib t/.../mumble.t>. 263 262 264 263 =head3 Regex testing 265 264 266 Using the parrot distribution, PGE can be tested interactively with267 268 ./parrot compilers/pge/demo.pir269 270 and with tests like those in t/p6rules/.265 Using the Parrot distribution, PGE can be tested interactively with 266 267 $ ./parrot compilers/pge/demo.pir 268 269 and with tests like those in F<t/p6rules/>. 271 270 272 271 Using the PCRE distribution, PCRE can be tested interactively with 273 272 274 ./pcretest 275 273 $ ./pcretest 276 274 277 275 =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
