Subject: | documentation pedantry |
The pod uses three different terms to refer to the bit flags type of constant:
bitflags: e.g. in the SYNOPSIS
bits: also in the SYNOPSIS
bitfield: in the DESCRIPTION section
I realise that the code just looks for /bit/i, and the doc even points this out, but I think
consistency in the doc would reduce the likelihood of confusion.
Also, you have a minor pod error:
C<type => 'bitfield'>
Which should be:
C<type =E<gt> 'bitfield'>