- Timestamp:
- 07/09/06 04:51:01 (2 years ago)
- svk:copy_cache_prev:
- 15282
- Files:
-
- 1 modified
-
lib/Pugs/Doc/Hack.pod (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Hack.pod
r11323 r11336 54 54 |-- src Source code for Pugs itself 55 55 |-- t Perl 6 general test suite, for all implementations 56 |-- t_pugs Tests specific to the Pugs implementation of Perl 657 56 `-- util Utilities for hacking and testing Pugs 58 57 … … 205 204 | 206 205 |-- t Perl 6 general test suite, for all implementations 207 | |-- 01-sanity Sanity checks that testing can proceed 206 | |-- 01-sanity Basic lang features needed to run Test.pm 207 | |-- 02-test-pm Checks that Test.pm itself works (parts dup ext/Test/t/*) 208 208 | |-- Dialects Perl 6 non-standard dialects 209 209 | |-- Synopsis Pointers to online AES docs and tests 210 210 | |-- Test-Less Test index for test-less utility 211 211 | |-- builtins Builtin function tests 212 | |-- bugs Uncategorized tests for known broken behavior213 212 | |-- data_types Basic data type tests 214 213 | |-- examples Make examples/ tree act as tests … … 220 219 | |-- operators Operator tests 221 220 | |-- packages Tests for packages 221 | |-- perl5 222 | |-- pil 222 223 | |-- rules Perl 6 rule and Perl 5 regex tests 224 | |-- run Tests for pugs command-line arguments 223 225 | |-- statements Statement-level construct tests 224 226 | |-- subroutines Block/Code/Sub/etc. tests … … 226 228 | |-- types Tests for types 227 229 | |-- unspecced Tests for unspecced extensions to Perl 6 228 | `-- var Variable declaration tests 229 | 230 |-- t_pugs Tests specific to the Pugs implementation of Perl 6 231 | `-- invocation Tests for pugs command-line arguments 230 | |-- var Variable declaration tests 231 | `-- xx-uncategorized Uncategorized tests for known broken behavior 232 232 | 233 233 `-- util Utilities for hacking and testing Pugs 234 234 `-- livecd Tool to create a minimalistic Pugs Live CD 235 236 237 238 235 239 236 =head2 Subversion properties
