Home | History | Annotate | Download | only in lib

Lines Matching refs:support_by_pp

83         if ($tag eq '-support_by_pp') {
86 ->support_by_pp(@PPOnlyMethods) if ($JSON::Backend eq $Module_XS);
451 sub support_by_pp {
492 $JSON::DEBUG and Carp::carp("set -support_by_pp mode.");
642 # If you want to use PP only support features, call with '-support_by_pp'
645 use JSON -support_by_pp;
1620 If you use C<JSON> with additional C<-support_by_pp>, some methods
1625 use JSON -support_by_pp;
1634 If you do not want to all functions but C<-support_by_pp>,
1637 use JSON -support_by_pp, -no_export;
2013 But If you C<use> C<JSON> passing the optional string C<-support_by_pp>,
2018 use JSON -support_by_pp;
2030 C<-support_by_pp> is effective only when the backend module is JSON::XS
2095 use JSON -support_by_pp;
2157 (Only with JSON::PP, if C<-support_by_pp> is not used.)
2163 (Only with JSON::PP, if C<-support_by_pp> is not used.)
2173 (Only with JSON::PP, if C<-support_by_pp> is not used.)
2189 (Only with JSON::PP, even if C<-support_by_pp> is used currently.)