Skip Menu |

This queue is for tickets about the App-cpanminus-reporter CPAN distribution.

Report information
The Basics
Id: 84806
Status: rejected
Priority: 0/
Queue: App-cpanminus-reporter

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

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



I wonder if you want a script that calls cpanm. Something like use App::cpanminus::reporter; use Getopt::Long; my %options = (); my $p = Getopt::Long::Parser->new; $p->configure('pass_through'); #options specific to cpanr (all optional) $p->getoptions( \%options, qw(build_dir=s build_logfile=s) ); #options for both cpanm and cpanr my @new_argv = [@ARGV]; $p->getoptionsfromarray( @new_argv, \%options, qw(verbose|v force quiet|q) ); system( 'cpanm', @ARGV ) == 0 or die "cpanm @ARGV failed: $?"; my $tester = App::cpanminus::reporter->new(%options); $tester->run();
On Tue Apr 23 09:18:26 2013, MMAURICE wrote: Show quoted text
> I wonder if you want a script that calls cpanm. Something like >
Hi there! Wow, I'm really sorry for the delay :( I think something like that would be very interesting, yeah, but what we're planning for the future is (and I think you'll like it) complete cpanm integration in such a way that the cpanm-reporter dist itself would cease to exist on its own. We're actively working on getting this out as soon as possible, but while it's not there I rather people just use both tools separately. I hope you understand :) Either way, thank you very much for the report: your idea was in fact a big part of what started the whole merging discussion! Again, I am sorry for not replying to this sooner. Please let me know if you havy any further issues of requests, ok? Cheers! garu