[STD-dist] Fix a missing case in the monkey patcher
[pugs.git] / docs / u4x / documentation / constants.pod
blob0e22926d9a37970dca6005371a2019ebad3b3af5
1 =head1 Constants
3 =head2 True
5 Short for C<Bool::True>, an enum value exported from the enum C<Bool>.
6 Represents logical truth, the value yielded, for example, by successful
7 comparisons.
9 =head2 False
11 Short for C<Bool::False>, an enum value exported from the enum C<Bool>.
12 Represents logical truth, the value yielded, for example, by failed
13 comparisons.