On Tuesday 07 July 2009 11:29:57 Chris 'BinGOs' Williams wrote: > On Tue, Jul 07, 2009 at 08:44:11AM +0100, Barbie wrote: > > Matt just sent this to me, and I think it might be something to be aware > > of if you use a CPANPLUS based smnoker... > > > > ----- Start forwarded message ----- > > > > Delivery-date: Mon, 06 Jul 2009 21:40:11 +0100 > > From: Matt S Trout <[email protected]> > > To: Barbie <[email protected]> > > Subject: CPAN testers missing make test output > > > > If they're running CPANPLUS, then I was finding it vanished. Turns out > > that the capture code was wrong - > > > > Index: lib/CPANPLUS/Dist/MM.pm > > =================================================================== > > --- lib/CPANPLUS/Dist/MM.pm (revision 2642) > > +++ lib/CPANPLUS/Dist/MM.pm (working copy) > > @@ -680,7 +680,7 @@ > > if ( NO_TESTS_DEFINED->( $captured ) ) { > > msg( NO_TESTS_DEFINED->( $captured ), 0 ) > > } else { > > - msg( loc( "MAKE TEST passed: %2", $captured ), > > $verbose ); + msg( loc( "MAKE TEST passed: %1", > > $captured ), $verbose ); } > > > > $dist->status->test(1); > > > > against current svn fixes it for me - %2 where only $captured (the fail > > version had $! in there as well, of course) - so maybe that'll help a > > bit. > > Thanks. > > I've hopefully applied it to the CPANPLUS svn repository ( I got vaguely > confused and forgot to git svn rebase, but I think it committed in the end > ). > > I know Jos is planning a 0.88 release in the next few days. >
Well, I was trying to find out if the patch was indeed applied by checking the svn log. It should be easy if only I could find the Subversion repository, but I couldn't. Here are the problems that I've encountered: 1. This search - http://www.google.com/search?q=cpanplus - yields an empty "It works!" homepage as the first hit, an out-of-date FAQ without the link to the repository as the 5th hit. 2. There are no repository/homepage links on http://search.cpan.org/dist/CPANPLUS/ . They can be added using the "resources" section of META.yml. 3. Searching for "cpanplus subversion repository" or "cpanplus svn repository" yielded nothing with the quotes and too many irrelevant results without them. 4. http://search.cpan.org/dist/CPANPLUS/lib/CPANPLUS/Hacking.pod is out-of- date and has too many broken links, and has no link to the repository. ---------------- So I had to give up. May you please enlighten to me about the URL of the CPANPLUS Subversion repository so I can fix as many of these problems as I can, and finally get to check whether your patch was incorporated there? Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Funny Anti-Terrorism Story - http://xrl.us/bjn7t God gave us two eyes and ten fingers so we will type five times as much as we read.
