Re: [svn:Module-Build] r11790 - in Module-Build/trunk: . t

[email protected] (Eric Wilhelm)
Newsgroups perl.module.build
Message-ID <[email protected]>
# from David E. Wheeler
# on Saturday 27 September 2008:

>FYI, I'm getting unexpected TODO passes on 5.10. This patch fixes it:

That's odd.  I'm not.

>+use Carp;
>+BEGIN {$SIG{__DIE__} = \&confess };

I think we can omit that part?

>    # Text::ParseWords bug:
>-  local $TODO = $low_TPW_version && ((keys %$test)[0] =~ m{\\\n});
>+  local $TODO = 'Text::ParseWords bug'
>+      if $low_TPW_version && ((keys %$test)[0] =~ m{\\\n});

That makes sense.  Probably results in a better TODO message too.

--Eric
-- 
"...our schools have been scientifically designed to
prevent overeducation from happening."
--William Troy Harris
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.