Changeset 7493

Show
Ignore:
Timestamp:
10/09/05 20:31:47 (3 years ago)
Author:
iblech
Message:

* pugs::hack: Added ext/FA-DFA to the directory tree.
* ext/FA-DFA/Makefile.PL: Typo fix.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ext/FA-DFA/Makefile.PL

    r7455 r7493  
    44name       ('FA-DFA'); 
    55version    ('0.01'); 
    6 abstract   ('An extreemly simple Deterministic Finite Automata'); 
     6abstract   ('An extremely simple Deterministic Finite Automata'); 
    77author     ('David Formosa'); 
    88license    ('perl'); 
  • lib/pugs/hack.pod

    r7448 r7493  
    115115    |   |-- DateTime           Port of Perl 5 DateTime, with API changes 
    116116    |   |-- DateTime-Set       Port of Perl 5 DateTime::Set/Span/SpanSet 
     117    |   |-- FA-DFA             Simple Deterministic Finite Automata 
    117118    |   |-- File-Find          Traverse a directory tree 
    118119    |   |-- File-Spec          Portable File handling