This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In feature.pm, inline normalise_hints() into __common(), its only caller.
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Feb 2012 17:33:08 +0000 (18:33 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Mar 2012 09:21:54 +0000 (10:21 +0100)
commitd9ee6ccb5fa3d256d9d020e332ee8ba52706c2ae
treeb7b6a4dd97ad5025d583d5d4c9d9bafbc90aecfb
parentd37572645496516ed45536ef36684ba890c8f09b
In feature.pm, inline normalise_hints() into __common(), its only caller.

normalise_hints() was added after 5.14.0 was released, so has never been in
a stable release. Hence it's totally safe to kill it.
lib/feature.pm
regen/feature.pl