On Sun Nov 28 13:21:59 2010, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote:
Show quoted text> Example fail report:
> --------------------
>
>
http://www.cpantesters.org/cpan/report/45849e04-fa26-11df-8c56-
> f3b6b0d14a89
>
> git bisect:
> -----------
>
> commit 88e9444c4ef58850472b05bba333f4072222d0da
> Author: Nicholas Clark <nick@ccl4.org>
> Date: Thu Nov 25 17:08:18 2010 +0000
> Make BEGIN {require 5.12.0} behave as documented.
>
> Previously in a BEGIN block, require was behaving identically to use
> 5.12.0 - ie erroneously executing the use feature ':5.12.0'; and use
> strict; use warnings behaviour, which only use was documented to
> provide.
t/given_when.t just needs a ‘use 5.01;’ after the BEGIN block.