Mac-PropertyList-SAX
view release on metacpan or search on metacpan
=cut
=head1 CLASS VARIABLES
Class scoped variables that control the packages settings.
=over 4
=item ENCODE_ENTITIES
Allows the XHTML encoding of the data to be turned off. Default = C<1>
=item ENCODE_UNSAFE_CHARS
A Perl character class definition containing the only characters to be
XHTML encoded. See HTML::Entities::encode_entities for description of
the $unsafe_chars parameter. Default = C<undef>
=cut
=item OLD_BEHAVIOR
Restores the old behavior of double encoding output data. Default = C<0>
lib/Mac/PropertyList/SAX.pm view on Meta::CPAN
=head1 CLASS VARIABLES
Class scoped variables that control the packages settings.
=over 4
=item ENCODE_ENTITIES
Allows the XHTML encoding of the data to be turned off. Default = C<1>
=item ENCODE_UNSAFE_CHARS
A Perl character class definition containing the only characters to be
XHTML encoded. See HTML::Entities::encode_entities for description of
the $unsafe_chars parameter. Default = C<undef>
=cut
our $ENCODE_ENTITIES = 1;
our $ENCODE_UNSAFE_CHARS = undef;
=item OLD_BEHAVIOR
Restores the old behavior of double encoding output data. Default = C<0>
( run in 1.158 second using v1.01-cache-2.11-cpan-49f99fa48dc )