CPAN-Index

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    The index is stored in a DBD::SQLite database file, with an object model
    implemented around it using DBIx::Class. To update the index, the
    CPAN::Index::Loader class implements the logic to flush and reset the
    database, fetch the index files, parse them, and repopulate the
    database.

TO DO
    - Write the index file download code

    - Verify CPAN::Index handles index unicode data properly

    - A bunch of other things...

SUPPORT
    Bugs should be reported via the CPAN bug tracker

    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAN-Index>

    For other issues, contact the author.

lib/CPAN/Index.pm  view on Meta::CPAN

The index is stored in a L<DBD::SQLite> database file, with an object
model implemented around it using L<DBIx::Class>. To update the index,
the L<CPAN::Index::Loader> class implements the logic to flush and reset
the database, fetch the index files, parse them, and repopulate the
database.

=head1 TO DO

- Write the index file download code

- Verify CPAN::Index handles index unicode data properly

- A bunch of other things...

=head1 SUPPORT

Bugs should be reported via the CPAN bug tracker

L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAN-Index>

For other issues, contact the author.



( run in 0.453 second using v1.01-cache-2.11-cpan-88abd93f124 )