Changeset 6096
- Timestamp:
- 08/07/05 01:17:13 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r5869 r6096 259 259 $ export PERL6LIB=blib6/lib 260 260 261 262 You can also just say ./pugs -Iblib6/lib t/...mumble.t . 263 264 =head3 Regex testing 265 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/ . 271 272 Using the PCRE distribution, PCRE can be tested interactively with 273 274 ./pcretest 275 276 261 277 =head2 Resources 262 278
