Don't set strict for 'no 6;'
authorDavid Golden <dagolden@cpan.org>
Tue, 6 Jul 2010 04:33:31 +0000 (00:33 -0400)
committerDavid Golden <dagolden@cpan.org>
Tue, 6 Jul 2010 04:33:31 +0000 (00:33 -0400)
commitda8fb5d83273575a3f023278c420d4e97395a124
tree184a71594772f2bb8dc53f1fe6d9d382bb7ee542
parent3df237b69e46d82120bcd3d16a325446fbd954fd
Don't set strict for 'no 6;'

Commit faee19b51573e81abe8811f1256a1d27777d6d04 was incomplete
and only stopped features from being enabled under 'no'.

This patch merges all 'use N.NN' type logic into a single if clause
and then checks version numbers in separate if statements within it.
pp_ctl.c