This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make BEGIN {require 5.12.0} behave as documented.
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Nov 2010 17:08:18 +0000 (17:08 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Nov 2010 17:10:56 +0000 (17:10 +0000)
commit88e9444c4ef58850472b05bba333f4072222d0da
treed9b48abc5e3966428d539fe5780b71ab3382ef8c
parentb19934fbc3c981a7e4bb888f0d6a20f926a0bc17
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.
op.c
pod/perldelta.pod
pp_ctl.c
t/comp/require.t
t/op/override.t