Changeset 340

Show
Ignore:
Timestamp:
02/26/08 16:08:55 (2 months ago)
Author:
ingy
Message:
Adding more cpan code.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cpan/modules.mk

    r339 r340  
    99        Class \ 
    1010        Class/Accessor \ 
     11        Class/Data \ 
    1112        Crypt \ 
    1213        Date \ 
    1314        Devel \ 
    1415        File \ 
     16        HTML \ 
     17        HTML/Element \ 
    1518        HTTP/Server \ 
    1619        HTTP/Server/Simple \ 
     
    3235        Text/Microformat/Plugin \ 
    3336        Text/Microformat/Plugin/Parser \ 
     37        UNIVERSAL \ 
    3438        URI \ 
    3539        URI/Fetch \ 
    3640        URI/file \ 
    3741        URI/urn \ 
     42        XML \ 
    3843 
    3944CPAN_LEVEL_1 = \ 
     45        NEXT.pm \ 
    4046        URI.pm \ 
    4147 
     
    4955        Date/Manip.pm \ 
    5056        File/MMagic.pm \ 
     57        HTML/AsSubs.pm \ 
     58        HTML/Element.pm \ 
     59        HTML/Parse.pm \ 
     60        HTML/TreeBuilder.pm \ 
     61        HTML/Tree.pm \ 
    5162        IO/Capture.pm \ 
    5263        LWPx/ParanoidAgent.pm \ 
     
    5970        String/Diff.pm \ 
    6071        Text/Microformat.pm \ 
     72        UNIVERSAL/require.pm \ 
    6173        URI/data.pm \ 
    6274        URI/Escape.pm \ 
     
    99111        URI/WithBase.pm \ 
    100112        URI/Fetch.pm \ 
     113        XML/Element.pm \ 
     114        XML/TreeBuilder.pm \ 
    101115 
    102116CPAN_LEVEL_3 = \ 
     
    106120        Class/Accessor/Faster.pm \ 
    107121        Class/Accessor/Fast.pm \ 
     122        Class/Data/Inheritable.pm \ 
     123        HTML/Element/traverse.pm \ 
    108124        HTTP/Server/Simple.pm \ 
    109125        IO/Capture/Stderr.pm \