The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPAN::Repository::Packages - 02packages

VERSION

version 0.010

SYNOPSIS

use CPAN::Repository::Packages;

my $packages = CPAN::Repository::Packages->new({
  repository_root => $fullpath_to_root,
  url => $url,
  written_by => $written_by,
  authorbase_path_parts => ['authors','id'],
});

SEE ALSO

CPAN::Repository

SUPPORT

IRC

Join #duckduckgo on irc.freenode.net. Highlight Getty for fast reaction :).

Repository

http://github.com/Getty/p5-cpan-repository
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-cpan-repository/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us> http://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by DuckDuckGo, Inc. http://duckduckgo.com/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.