- Timestamp:
- 07/09/06 01:23:01 (2 years ago)
- Files:
-
- 1 modified
-
lib/Pugs/Doc/Hack.pod (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Hack.pod
r11262 r11323 53 53 |-- script pugscc, the Pugs Compiler Collection 54 54 |-- src Source code for Pugs itself 55 |-- t Perl 6 test suite56 |-- t_ disabled Temporarily disabled tests55 |-- t Perl 6 general test suite, for all implementations 56 |-- t_pugs Tests specific to the Pugs implementation of Perl 6 57 57 `-- util Utilities for hacking and testing Pugs 58 58 … … 204 204 | `-- syck Import of Syck source 205 205 | 206 |-- t P ugs/Perl 6 test library206 |-- t Perl 6 general test suite, for all implementations 207 207 | |-- 01-sanity Sanity checks that testing can proceed 208 | |-- Dialects Perl 6 non-standard dialects 208 209 | |-- Synopsis Pointers to online AES docs and tests 209 210 | |-- Test-Less Test index for test-less utility 210 211 | |-- builtins Builtin function tests 212 | |-- bugs Uncategorized tests for known broken behavior 211 213 | |-- data_types Basic data type tests 212 214 | |-- examples Make examples/ tree act as tests … … 218 220 | |-- operators Operator tests 219 221 | |-- packages Tests for packages 220 | |-- pugsbugs Uncategorized tests for known broken behavior221 | |-- pugsrun Tests for pugs (as opposed to Perl 6)222 222 | |-- rules Perl 6 rule and Perl 5 regex tests 223 223 | |-- statements Statement-level construct tests … … 225 225 | |-- syntax Basic syntax tests 226 226 | |-- types Tests for types 227 | |-- unspecced Tests for Pugsextensions to Perl 6227 | |-- unspecced Tests for unspecced extensions to Perl 6 228 228 | `-- var Variable declaration tests 229 229 | 230 |-- t_disabled Disabled tests 231 | |-- Dialects Perl 6 non-standard dialects 232 | |-- builtins Problems with system() and strings with spaces 233 | `-- rules Port of tests from CPAN module Perl6::Rules 230 |-- t_pugs Tests specific to the Pugs implementation of Perl 6 231 | `-- invocation Tests for pugs command-line arguments 234 232 | 235 233 `-- util Utilities for hacking and testing Pugs 236 234 `-- livecd Tool to create a minimalistic Pugs Live CD 235 236 237 237 238 238 239 =head2 Subversion properties
