Re: A few small coding jobs need done this week

2001-09-13 Thread Michael G Schwern
On Mon, Sep 10, 2001 at 02:30:01AM -0400, Kirrily Robert wrote: > 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 sim

Re: A few small coding jobs need done this week

2001-09-10 Thread Kirrily Robert
On Mon, Sep 10, 2001 at 05:37:59PM +0100, Graham Barr wrote: | | Why not redo the script to use the module and include it in the distribution. | People can always send you patches :) That works for me if it works for you. K.

Re: A few small coding jobs need done this week

2001-09-10 Thread Kirrily Robert
On Mon, Sep 10, 2001 at 08:30:06AM +0100, Graham Barr wrote: | Don'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

Re: A few small coding jobs need done this week

2001-09-10 Thread Graham Barr
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'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

Re: A few small coding jobs need done this week

2001-09-10 Thread Graham Barr
Don'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 have been changed. Graham. On Sun, Sep 09, 2001 at 10:45:00PM -0400, Kirrily Robert wrote: > In lists.projects.perl.cpan-workers, you wrote: > > > >-

Re: A few small coding jobs need done this week

2001-09-09 Thread Kirrily Robert
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,

Re: A few small coding jobs need done this week

2001-09-09 Thread Kirrily Robert
Right. I've got it mostly working, but I'm assuming that the which_perl() bit is meant to be used to modify the output that shows the config data, and I'm not sure quite how to do that. Suggestions welcome. Failing that, I'll upload an alpha version to CPAN tonight and figure it out later. K.

Re: A few small coding jobs need done this week

2001-09-09 Thread Kirrily Robert
In lists.projects.perl.cpan-workers, you wrote: > >- Take the existing cpantest program http://testers.cpan.org/cpantest > 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

A few small coding jobs need done this week

2001-09-08 Thread Michael G Schwern
Right, I've got something working that can starting doing automated reports to cpan-testers. Problem is, the cpantest script isn't really conducive to automation. I'm going to be away at a conference this week, so while I'm away I'd like someone to pick up these little coding jobs that are yet t