logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CPAN::Common::Index::LocalPackage - Search index via custom local CPAN package flatfile

Attributes

source(REQUIRED)
       Path to a local file in the form of 02packages.details.txt.  It may be compressed with a ".gz" suffix or
       it may be uncompressed.

   cache
       Path to a local directory to store a (possibly uncompressed) copy of the source index.  Defaults to a
       temporary directory if not specified.

Author

       David Golden <dagolden@cpan.org>

Description

       This module implements a CPAN::Common::Index that searches for packages in a local index file in the same
       form as the CPAN 02packages.details.txt file.

       There is no support for searching on authors.

Name

       CPAN::Common::Index::LocalPackage - Search index via custom local CPAN package flatfile

Synopsis

         use CPAN::Common::Index::LocalPackage;

         $index = CPAN::Common::Index::LocalPackage->new(
           { source => "mypackages.details.txt" }
         );

Version

       version 0.010

See Also