Changeset 5866 for lib

Show
Ignore:
Timestamp:
07/28/05 20:15:10 (3 years ago)
Author:
geoffb
svk:copy_cache_prev:
7758
Message:

Bring source map in lib/pugs/hack.pod vaguely up to date, and fix a couple XXXX while in there

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r5721 r5866  
    9393    |   |-- CGI                CGI author's helper module 
    9494    |   |-- Config-Tiny        Pre-Pugs-OO .ini file reader 
    95     |   |-- Date               Date and time modules 
    9695    |   |-- DateTime           Port of Perl 5 DateTime, with API changes 
    9796    |   |-- DateTime-Set       Port of Perl 5 DateTime::Set/Span/SpanSet 
     
    103102    |   |-- Kwid-Event-Parser  Event-based API (like XML SAX) for Kwid 
    104103    |   |-- Locale-KeyedText   Refer to UI strings by key 
     104    |   |-- MIME-Base64        Base64 encode/decode (not a Perl 5 port) 
    105105    |   |-- Module-Pluggable-Fast  Find and load plugin modules 
    106106    |   |-- Net-IRC            IRC protocol implementation 
    107107    |   |-- Perl-Compiler      A Perl 6 port of Pugs 
    108     |   |-- Perl-MetaModel     Sketch of Perl 6 Object Meta Model 
    109108    |   |-- Perldoc            Event-based API for Perldoc DOM 
    110109    |   |-- Pod-Event-Parser   Event-based API (like XML SAX) for POD 
     110    |   |-- Recurrence         Recurrence operations 
    111111    |   |-- Set                Set calculus operations 
    112     |   |-- Set-Infinite       Infinite set and recurrence operations 
     112    |   |-- Set-Infinite       Infinite set operations 
    113113    |   |-- Span               Span operations 
    114114    |   |-- Test               Testing support library 
     
    118118    |   |-- URI                Escape/unescape URI strings 
    119119    |   |-- WTemplate          Widget-based templating engine 
    120     |   |-- Perl-Compiler      A Perl 6 compiler written in Perl 6 
    121120    |   |-- fp                 Functional programming operators 
    122121    |   |-- lib                Pragma to add paths to @*INC 
     
    125124    |-- inc                Perl 5 modules needed for build/test/install 
    126125    |   |-- Module             Module::Install 
     126    |   |-- PugsBuild          Support modules for config.yml make controls 
    127127    |   `-- Test               Test::Harness 
    128128    | 
    129129    |-- lib                Pugs- and Perl 6-related Perl 5 modules 
    130     |   |-- Code-Perl          An AST to Perl 5 code generator 
    131130    |   |-- Inline             Inline::Pugs 
    132     |   |-- P5-PIL-Run         PIL evaluator in Perl 5 
    133131    |   |-- Perl6              Perl6::MakeMaker, Perl6::Pugs 
    134     |   |-- Perl6-MetaModel    Perl6's OO metamodel, in Perl 5 
    135132    |   `-- pugs               POD docs for Pugs itself 
    136133    | 
    137134    |-- modules            Perl 6 modules not working today; -> FreePAN 
    138     |   |-- Class-Events       XXXX: It should not be here 
    139     |   |-- Grammars           XXXX: It should not be here 
     135    |   |-- Class-Events       Redesign of Perl 5's Class::Publisher 
     136    |   |-- Date               Date/calendar calculations 
     137    |   |-- Grammars           Perl 6 grammer written as Perl 6 rules 
    140138    |   |-- POE                Beginning of an experimental port of Perl 5 POE 
     139    |   |-- Perl-MetaModel     Sketch of Perl 6 Object Meta Model 
    141140    |   `-- Sample-Module      Sample module for Perl 6 authors 
    142141    | 
     
    145144    |   |-- PIL-Run            PIL virtual machine in Perl 5 
    146145    |   |-- PIL2JS             PIL to JavaScript compiler 
    147     |   `-- Perl6-MetaModel    Perl 5 Prototype of the Perl 6 Metaclass model 
     146    |   |-- Perl6-MetaModel    Prototype Perl 6 metaclass model: Perl 5 
     147    |   |-- Perl6.MetaModel    Prototype Perl 6 metaclass model: JS 
     148    |   |-- T2-Perl6           T2 (Tangram::Schema redesign) -> Perl6::Class  
     149    |   `-- org.perl6.metamodel  Prototype Perl 6 metaclass model: Java 
    148150    | 
    149151    |-- script             pugscc, the Pugs Compiler Collection 
     
    186188    |-- t_disabled         Disabled tests 
    187189    |   |-- Dialects           Perl 6 non-standard dialects 
     190    |   |-- builtins           Problems with system() and strings with spaces 
    188191    |   `-- rules              Port of tests from CPAN module Perl6::Rules 
    189192    |