On Thu, Jan 17, 2002 at 02:14:14PM +0000, Nicholas Clark wrote:
> On Wed, Jan 16, 2002 at 03:24:11PM -0500, Michael G Schwern wrote:
> > http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-5.48_01.tar.gz
> 
> > This is a second swing at making a CPAN version of MakeMaker.  Its a
> > fairly straight copy of the current bleadperl version except where
> > noted above.  I feel much better doing this now that there's some test
> > coverage.
> 
> Where do I bug report. p5p? [EMAIL PROTECTED]? 

Both until things stabilize.


> There seems to be a space missing in this warning message:

> Warning: prerequisite Test::More 0.4 not found. We have0.33 at
> lib/ExtUtils/MakeMaker.pm line 352.

Fixed it, thanks.


> Installing a shiny new (or is that congealing new?) bleadperl, I get this:
>
> t/Command........ok                                                          
> t/Embed..........Unrecognized escape \_ passed through at t/Embed.t line 38.
> Unrecognized escape \_ passed through at t/Embed.t line 41.
> Unrecognized escape \_ passed through at t/Embed.t line 44.

$ perl5.6.1 -wle '"foo" =~ /\_/'
$ bleadperl -wle '"foo" =~ /\_/'
Unrecognized escape \_ passed through at -e line 1.


> t/Mkbootstrap....ok 4/18Use of uninitialized value in concatenation (.) or string at 
>blib/lib/ExtUtils/Mkbootstrap.pm line 23.
> Use of uninitialized value in concatenation (.) or string at 
>blib/lib/ExtUtils/Mkbootstrap.pm line 26.

These look like they're from an "Mkbootstrap()" call with no arguments
at line 50 of the test.  chromatic?

> t/Mkbootstrap....ok                                                          
> t/Packlist.......ok                                                          
> t/testlib........ok                                                          
> All tests successful, 5 tests skipped.
> Files=14, Tests=294, 202 wallclock secs (127.41 cusr + 35.41 csys = 162.82 CPU)
> 
> I don't like those warnings.

They've always been there, we're just seeing them now because
Test::Harness turns on -w on tests.  The core t/TEST doesn't.

-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
I know you get this a lot, but what's an unholy fairy like you doing in a
mosque like this?

Reply via email to