Add code and starting perldoc for warnings::fatal_enabled.
authorAndrew Rodland <andrew@hbslabs.com>
Sat, 14 Nov 2009 07:26:09 +0000 (01:26 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 24 Nov 2009 12:49:49 +0000 (13:49 +0100)
commitec983580254c32fd44889fde43973ac5dd74257b
tree56ef1380ac49b46e821d83c3191f9cc7dcded8c6
parent6b1226db4432ba7f08619ebe4c5365f692dcbbf7
Add code and starting perldoc for warnings::fatal_enabled.

This is an analog for warnings::enabled, except it tests whether the
given category has been set fatal using "use warnings FATAL => foo".
This is mostly for symmetry.

Assumes that the fatal bit for a category will have an offset one higher
than the regular bit for the category, because otherwise much rewriting
of __chk would be required.
warnings.pl