This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/B: remove pre-5.10 support
authorDavid Mitchell <davem@iabyn.com>
Wed, 24 Oct 2012 17:10:22 +0000 (18:10 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 26 Oct 2012 15:51:55 +0000 (16:51 +0100)
commit35633035766bc6dbd58414f7238f9b74430555d6
treeca0ba2560e856938cc3e9a3b7486536a0e07925d
parent82aeefe162adb05e9fab0d665d4df0c56f2252ec
ext/B: remove pre-5.10 support

Expunge all conditional code that supports 5.6.x through 5.9.x,
making 5.10.0 the oldest release notionally supported.
This simplifies things considerably.

See p5p thread starting at
    Message-ID: <20121018122941.GE1908@iabyn.com>
ext/B/B.pm
ext/B/B.xs
ext/B/B/Concise.pm
ext/B/Makefile.PL
ext/B/t/OptreeCheck.pm
ext/B/t/concise-xs.t
ext/B/t/f_sort.t
ext/B/t/optree_constants.t
ext/B/t/optree_misc.t
ext/B/t/optree_specials.t
ext/B/t/pragma.t