Changeset 11336 for lib

Show
Ignore:
Timestamp:
07/09/06 04:51:01 (3 years ago)
Author:
Darren_Duncan
svk:copy_cache_prev:
15282
Message:

brought lib/Pugs/Doc/Hack.pod and some other docs up to date with changes to t/ et al ... other parts of Hack.pod still need updating

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Pugs/Doc/Hack.pod

    r11323 r11336  
    5454    |-- src          Source code for Pugs itself 
    5555    |-- t            Perl 6 general test suite, for all implementations 
    56     |-- t_pugs       Tests specific to the Pugs implementation of Perl 6 
    5756    `-- util         Utilities for hacking and testing Pugs 
    5857 
     
    205204    | 
    206205    |-- 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/*) 
    208208    |   |-- Dialects           Perl 6 non-standard dialects 
    209209    |   |-- Synopsis           Pointers to online AES docs and tests 
    210210    |   |-- Test-Less          Test index for test-less utility 
    211211    |   |-- builtins           Builtin function tests 
    212     |   |-- bugs               Uncategorized tests for known broken behavior 
    213212    |   |-- data_types         Basic data type tests 
    214213    |   |-- examples           Make examples/ tree act as tests 
     
    220219    |   |-- operators          Operator tests 
    221220    |   |-- packages           Tests for packages 
     221    |   |-- perl5 
     222    |   |-- pil 
    222223    |   |-- rules              Perl 6 rule and Perl 5 regex tests 
     224    |   |-- run                Tests for pugs command-line arguments 
    223225    |   |-- statements         Statement-level construct tests 
    224226    |   |-- subroutines        Block/Code/Sub/etc. tests 
     
    226228    |   |-- types              Tests for types 
    227229    |   |-- 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 
    232232    | 
    233233    `-- util               Utilities for hacking and testing Pugs 
    234234        `-- livecd             Tool to create a minimalistic Pugs Live CD 
    235  
    236  
    237  
    238235 
    239236=head2 Subversion properties