- Timestamp:
- 07/28/05 20:15:10 (3 years ago)
- svk:copy_cache_prev:
- 7758
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r5721 r5866 93 93 | |-- CGI CGI author's helper module 94 94 | |-- Config-Tiny Pre-Pugs-OO .ini file reader 95 | |-- Date Date and time modules96 95 | |-- DateTime Port of Perl 5 DateTime, with API changes 97 96 | |-- DateTime-Set Port of Perl 5 DateTime::Set/Span/SpanSet … … 103 102 | |-- Kwid-Event-Parser Event-based API (like XML SAX) for Kwid 104 103 | |-- Locale-KeyedText Refer to UI strings by key 104 | |-- MIME-Base64 Base64 encode/decode (not a Perl 5 port) 105 105 | |-- Module-Pluggable-Fast Find and load plugin modules 106 106 | |-- Net-IRC IRC protocol implementation 107 107 | |-- Perl-Compiler A Perl 6 port of Pugs 108 | |-- Perl-MetaModel Sketch of Perl 6 Object Meta Model109 108 | |-- Perldoc Event-based API for Perldoc DOM 110 109 | |-- Pod-Event-Parser Event-based API (like XML SAX) for POD 110 | |-- Recurrence Recurrence operations 111 111 | |-- Set Set calculus operations 112 | |-- Set-Infinite Infinite set and recurrenceoperations112 | |-- Set-Infinite Infinite set operations 113 113 | |-- Span Span operations 114 114 | |-- Test Testing support library … … 118 118 | |-- URI Escape/unescape URI strings 119 119 | |-- WTemplate Widget-based templating engine 120 | |-- Perl-Compiler A Perl 6 compiler written in Perl 6121 120 | |-- fp Functional programming operators 122 121 | |-- lib Pragma to add paths to @*INC … … 125 124 |-- inc Perl 5 modules needed for build/test/install 126 125 | |-- Module Module::Install 126 | |-- PugsBuild Support modules for config.yml make controls 127 127 | `-- Test Test::Harness 128 128 | 129 129 |-- lib Pugs- and Perl 6-related Perl 5 modules 130 | |-- Code-Perl An AST to Perl 5 code generator131 130 | |-- Inline Inline::Pugs 132 | |-- P5-PIL-Run PIL evaluator in Perl 5133 131 | |-- Perl6 Perl6::MakeMaker, Perl6::Pugs 134 | |-- Perl6-MetaModel Perl6's OO metamodel, in Perl 5135 132 | `-- pugs POD docs for Pugs itself 136 133 | 137 134 |-- 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 140 138 | |-- POE Beginning of an experimental port of Perl 5 POE 139 | |-- Perl-MetaModel Sketch of Perl 6 Object Meta Model 141 140 | `-- Sample-Module Sample module for Perl 6 authors 142 141 | … … 145 144 | |-- PIL-Run PIL virtual machine in Perl 5 146 145 | |-- 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 148 150 | 149 151 |-- script pugscc, the Pugs Compiler Collection … … 186 188 |-- t_disabled Disabled tests 187 189 | |-- Dialects Perl 6 non-standard dialects 190 | |-- builtins Problems with system() and strings with spaces 188 191 | `-- rules Port of tests from CPAN module Perl6::Rules 189 192 |
