Re: A few small coding jobs need done this week by Kirrily Robert- September 10, 2001 On Mon, Sep 10, 2001 at 08:30:06AM +0100, Graham Barr wrote: Don&39;t you think this should have been discussed with cpan-testers FIRST !!!Probably. I kinda assumed that Schwern had... oops :( As it is I was about to change the script, but this module would not have been changed.OK, well if you let me know when your new version is out, I&39;ll ensurethat the module stays in sync with it. If you&39;d rather maintain themodule, that&39;s fine too, but ISTR you were trying to less your...http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg83.html Re: A few small coding jobs need done this week by Graham Barr- September 10, 2001 On Mon, Sep 10, 2001 at 12:21:19PM -0400, Kirrily Robert wrote:> On Mon, Sep 10, 2001 at 08:30:06AM +0100, Graham Barr wrote:> Don&39;t you think this should have been discussed with cpan-testers FIRST !!!> > Probably. I kinda assumed that Schwern had... oops :(> > As it is I was about to change the script, but this module would not have> been changed.> > OK, well if you let me know when your new version is out, I&39;ll ensure> that the module stays in sync...http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg82.html Re: A few small coding jobs need done this week by Graham Barr- September 10, 2001 Don&39;t you think this should have been discussed with cpan-testers FIRST !!!As it is I was about to change the script, but this module would not havebeen changed.Graham.On Sun, Sep 09, 2001 at 10:45:00PM -0400, Kirrily Robert wrote:> In lists.projects.perl.cpan-workers, you wrote:> >> >- Take the existing cpantest program http:testers.cpan.orgcpantest> > and turn it into a module. CPAN::Test::Reporter or something. It> > should do something like:> >>...http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg81.html Re: A few small coding jobs need done this week by Kirrily Robert- September 9, 2001 In lists.projects.perl.cpan-workers, you wrote:>>- Write a module that can scan INC to see if a given module (or> modules) is installed and check what $VERSION it is WITHOUT loading> the module. Most likely this will simply involve using> MakeMaker->parse_version. Document it, test it, stick it on CPAN.> Again, nothing fabulous.Done. Module::InstalledVersion, in my directory on CPAN.K.-- Kirrily &39;Skud&39; Robert - skudinfotrope.net - http:infotrope.net"Morgan.http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg80.html Announce: CPAN-Test-Reporter-0.02 available by Kirrily Robert- September 9, 2001 OK, I&39;ve just uploaded a pretty basic CPAN-Test-Reporter-0.02 to CPAN inauthorsidSSKSKUD. It does pretty much what Schwern suggested, andor what cpantestoriginally did. I&39;ve cut out most of the prompting-for-input stuff andthe MacOS stuff from cpantest, though.I&39;m still not sure about the use of which_perl() ... Schwern I thinkit&39;s meant to change the Config output to be appropriate for the perlversion in question, but I have no idea how to do that. Suggestionswelcome.Oh yeah. ...http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg79.html Re: A few small coding jobs need done this week by Kirrily Robert- September 9, 2001 Right. I&39;ve got it mostly working, but I&39;m assuming that thewhich_perl() bit is meant to be used to modify the output that shows theconfig data, and I&39;m not sure quite how to do that. Suggestionswelcome. Failing that, I&39;ll upload an alpha version to CPAN tonight andfigure it out later.K.-- Kirrily &39;Skud&39; Robert - skudinfotrope.net - http:infotrope.netDoing my bit to lower property valueshttp://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg78.html Re: A few small coding jobs need done this week by Kirrily Robert- September 9, 2001 In lists.projects.perl.cpan-workers, you wrote:>>- Take the existing cpantest program http:testers.cpan.orgcpantest> and turn it into a module. CPAN::Test::Reporter or something. It> should do something like:>> my $report = CPAN::Test::Reporter->new;> $report->which_perl(path to the perl binary we tested with);> $report->grade(passfailnaunknown);> $report->package(module name);> $report->test_results(our build andor make test...http://www.nntp.perl.org/group/perl.cpan.workers/2001/09/msg77.html |