Changeset 339

Show
Ignore:
Timestamp:
02/26/08 15:13:20 (3 months ago)
Author:
ingy
Message:
Modules wanted by Kwiki::OpenID
Files:

Legend:

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

    r229 r339  
    11CPAN_PATHS = \ 
    22        Algorithm \ 
     3        CGI \ 
     4        CGI/Session \ 
     5        CGI/Session/Driver \ 
     6        CGI/Session/ID \ 
     7        CGI/Session/Serialize \ 
     8        CGI/Session/Test \ 
    39        Class \ 
     10        Class/Accessor \ 
     11        Crypt \ 
    412        Date \ 
     13        Devel \ 
    514        File \ 
    615        HTTP/Server \ 
     
    918        IO \ 
    1019        IO/Capture \ 
     20        LWPx \ 
     21        LWPx/Protocol \ 
    1122        MIME \ 
     23        Module \ 
     24        Module/Pluggable \ 
     25        Net/OpenID \ 
    1226        Pod \ 
    1327        Pod/Simple \ 
    1428        String \ 
     29        Text \ 
     30        Text/Microformat \ 
     31        Text/Microformat/Element \ 
     32        Text/Microformat/Plugin \ 
     33        Text/Microformat/Plugin/Parser \ 
    1534        URI \ 
     35        URI/Fetch \ 
    1636        URI/file \ 
    1737        URI/urn \ 
     
    2343        Algorithm/DiffOld.pm \ 
    2444        Algorithm/Diff.pm \ 
     45        CGI/Session.pm \ 
     46        Class/Accessor.pm \ 
    2547        Class/Field.pm \ 
     48        Crypt/DH.pm \ 
    2649        Date/Manip.pm \ 
    2750        File/MMagic.pm \ 
    2851        IO/Capture.pm \ 
     52        LWPx/ParanoidAgent.pm \ 
    2953        MIME/Type.pm \ 
    3054        MIME/Types.pm \ 
     55        Devel/InnerPackage.pm \ 
     56        Module/Pluggable.pm \ 
    3157        Pod/Escapes.pm \ 
    3258        Pod/Simple.pm \ 
    3359        String/Diff.pm \ 
     60        Text/Microformat.pm \ 
    3461        URI/data.pm \ 
    3562        URI/Escape.pm \ 
     
    7198        URI/_userpass.pm \ 
    7299        URI/WithBase.pm \ 
     100        URI/Fetch.pm \ 
    73101 
    74102CPAN_LEVEL_3 = \ 
     103        CGI/Session/Driver.pm \ 
     104        CGI/Session/ErrorHandler.pm \ 
     105        CGI/Session/Tutorial.pm \ 
     106        Class/Accessor/Faster.pm \ 
     107        Class/Accessor/Fast.pm \ 
    75108        HTTP/Server/Simple.pm \ 
    76109        IO/Capture/Stderr.pm \ 
    77110        IO/Capture/Stdout.pm \ 
    78111        IO/Capture/Tie_STDx.pm \ 
     112        LWPx/Protocol/http_paranoid.pm \ 
     113        LWPx/Protocol/https_paranoid.pm \ 
     114        Module/Pluggable/Object.pm \ 
     115        Net/OpenID/Association.pm \ 
     116        Net/OpenID/ClaimedIdentity.pm \ 
     117        Net/OpenID/Consumer.pm \ 
     118        Net/OpenID/VerifiedIdentity.pm \ 
    79119        Pod/Simple/BlackBox.pm \ 
    80120        Pod/Simple/Checker.pm \ 
     
    103143        Pod/Simple/TranscodeSmart.pm \ 
    104144        Pod/Simple/XMLOutStream.pm \ 
     145        Text/Microformat/Element.pm \ 
    105146        URI/file/Base.pm \ 
    106147        URI/file/FAT.pm \ 
     
    112153        URI/urn/isbn.pm \ 
    113154        URI/urn/oid.pm \ 
     155        URI/Fetch/Response.pm \ 
    114156 
    115157CPAN_LEVEL_4 = \ 
     158        CGI/Session/Driver/db_file.pm \ 
     159        CGI/Session/Driver/DBI.pm \ 
     160        CGI/Session/Driver/file.pm \ 
     161        CGI/Session/Driver/mysql.pm \ 
     162        CGI/Session/Driver/postgresql.pm \ 
     163        CGI/Session/Driver/sqlite.pm \ 
     164        CGI/Session/ID/incr.pm \ 
     165        CGI/Session/ID/md5.pm \ 
     166        CGI/Session/ID/static.pm \ 
     167        CGI/Session/Serialize/default.pm \ 
     168        CGI/Session/Serialize/freezethaw.pm \ 
     169        CGI/Session/Serialize/json.pm \ 
     170        CGI/Session/Serialize/storable.pm \ 
     171        CGI/Session/Serialize/yaml.pm \ 
     172        CGI/Session/Test/Default.pm \ 
    116173        HTTP/Server/Simple/CGI.pm \ 
    117174        HTTP/Server/Simple/Static.pm \ 
     175        Text/Microformat/Element/hCal.pm \ 
     176        Text/Microformat/Element/hCard.pm \ 
     177        Text/Microformat/Element/hGrant.pm \ 
     178        Text/Microformat/Element/rel_tag.pm \ 
     179        Text/Microformat/Element/URI.pm \ 
     180        Text/Microformat/Plugin/Include.pm \ 
    118181 
    119182CPAN_LEVEL_5 = \ 
    120183        HTTP/Server/Simple/CGI/Environment.pm \ 
     184        Text/Microformat/Plugin/Parser/HTML.pm \ 
     185        Text/Microformat/Plugin/Parser/RSS.pm \ 
     186        Text/Microformat/Plugin/Parser/XML.pm \ 
    121187 
    122188CPAN_MODULES = $(CPAN_LEVEL_1) $(CPAN_LEVEL_2) $(CPAN_LEVEL_3) $(CPAN_LEVEL_4) $(CPAN_LEVEL_5)  
  • trunk/src/ingy/modules.mk

    r334 r339  
    2424        WikiText/Socialtext \ 
    2525        WikiText/WikiByte \ 
    26         WikiText/Wikrad \ 
    2726        YAML \ 
    2827        YAML/Dumper \ 
    2928        YAML/Loader \ 
    30         YAML2 \ 
    3129 
    3230INGY_LEVEL_1 = \ 
     
    3735        WikiText.pm \ 
    3836        XXX.pm \ 
    39         YAML2.pm \ 
    40         YAML2.pm \ 
    4137        YAML.pm \ 
    4238 
     
    8177        WikiText/Wikiwyg.pm \ 
    8278        WikiText/Socialtext.pm \ 
    83         WikiText/Wikrad.pm \ 
    84         YAML2/Parser.pm \ 
    8579        Test/YAML.pm \ 
    8680        YAML/Base.pm \ 
     
    126120        WikiText/WikiByte/Emitter.pm \ 
    127121        WikiText/Socialtext/Parser.pm \ 
    128         WikiText/Wikrad/Emitter.pm \ 
    129122        YAML/Dumper/Base.pm \ 
    130123        YAML/Loader/Base.pm \