Attribute-GlobalEnable
view release on metacpan or search on metacpan
lib/Attribute/GlobalEnable.pm view on Meta::CPAN
See the previous section for a description on special characters etc...
=head3 ENABLE_FLAG => $hash_ref
The $hash_ref structure must be:
{ Attribute_name => [ list of flags ], Attribute_name_2 ... }
The ENABLE_FLAG is optional, and describes flags that can be set for the
exported 'Attribute_name' subroutines. These are exported as global
constants, so it looks nice and neat in your code. This essentially links
that sub call to that flag. The flag is still set like it would normally be
set in the ENABLE_CHK hash, however, you still must use the 'SPECIAL_KEY'
(see above) in the assignment, so your assignment will look like:
'SPECIAL_KEY'_'FLAG'
=head2 attr'Attribute_name'_#
See ENABLE_ATTR above for a description on the layout naming scheme for this
particular subroutine name.
( run in 0.443 second using v1.01-cache-2.11-cpan-607d282f910 )