Template::Plugin::CPAN::Packages is a Perl module for the Template Toolkit that you can use to generate CPAN bundles. It works together with Pod::Generated. Use it as shown in the synopsis.
When you instantiate the plugin, you have to pass the name of the 02packages.details.txt.gz file. You might find it in your ~/.cpan directory or in your CPAN::Mini mirror, if you keep one.
SYNOPSIS
in Bundle::MARCEL:
=head1 CONTENTS
[%
USE c = CPAN.Packages
'/Users/marcel/mirrors/minicpan/modules/02packages.details.txt.gz';
c.bundle_for_author(
'cpanid' => 'MARCEL',
'unwanted' => [ 'Class::Factory::Patched' ]
);
%]
Product's homepage
Requirements:
· Perl