Skip Menu |

This queue is for tickets about the Bundle-CPANReporter2 CPAN distribution.

Report information
The Basics
Id: 85813
Status: rejected
Priority: 0/
Queue: Bundle-CPANReporter2

People
Owner: Nobody in particular
Requestors: arfreitas [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07
Fixed in: (no value)



Subject: include more useful modules in the distribution
Hello there, Thanks for writing Bundle::CPANReporter2! I would like to suggest including the following modules to the bundle: - YAML::Syck (faster for including persistance during tests) - Test::ReadKey - Test::ReadLine::Perl (should work anywhere Perl is supported) - Test::Pod - Test::Pod::Coverage - Test::Most (should cover a lot of dependencies at once) - CPAN::SQLite (should make things running faster and better organized) Those modules makes life easier when installing/testing CPAN distributions, specially Test::Pod and Test::Pod::Coverage, which should cover those optiocional (but nice to have) tests to be executed. My best regards, Alceu
On Mon Jun 03 02:42:23 2013, ARFREITAS wrote: Show quoted text
> Hello there, > > Thanks for writing Bundle::CPANReporter2! > > I would like to suggest including the following modules to the bundle: > > - YAML::Syck (faster for including persistance during tests) > - Test::ReadKey > - Test::ReadLine::Perl (should work anywhere Perl is supported) > - Test::Pod > - Test::Pod::Coverage > - Test::Most (should cover a lot of dependencies at once) > - CPAN::SQLite (should make things running faster and better > organized) > > Those modules makes life easier when installing/testing CPAN > distributions, specially Test::Pod and Test::Pod::Coverage, which > should cover those optiocional (but nice to have) tests to be > executed.
Thanks for your suggestions. In fact I maintain such a list of additional dependencies, esp. YAML::Syck, Test::ReadKey, Test::ReadLine::Gnu, CPAN::SQLite but not in this distro. Bundle::CPANReporter2 is only the minimal set to post to metacpan via https. The rest is done via perlall init (see App::perlall) or my custom p-init script at https://github.com/rurban/home-bin/blob/master/p-init -- Reini Urban