This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In feature.pm, use a consistent code style in import() and unimport().
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Feb 2012 16:57:54 +0000 (17:57 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Mar 2012 09:21:54 +0000 (10:21 +0100)
commit36143a0c55b8cfba5c5c2c2b40c5e00bce067bf2
tree9d5f9273723384f7d067ebd844c4e98c2b400c28
parent1873980aaeb3ef1e5a2e1ef646a831ce8ddc3e11
In feature.pm, use a consistent code style in import() and unimport().

There were a couple of inconsistencies (shift with/without an explicit @_,
exists with/without(), !@_ vs @_ == 0) which turn out to date back to
before 5.10.0

Also fix an inadvertent use of a single element array slice with a simple
array lookup in current_bundle().
lib/feature.pm
regen/feature.pl