Home | History | Annotate | Download | only in lib

Lines Matching refs:Carp

5 use Carp ();
54 $JSON::DEBUG and Carp::carp("Check used worker module...");
72 Carp::croak "The value of environmental variable 'PERL_JSON_BACKEND' is invalid.";
122 Carp::carp "'jsonToObj' will be obsoleted. Please use '$alternative' instead.";
131 Carp::carp "'objToJson' will be obsoleted. Please use '$alternative' instead.";
143 Carp::croak "to_json should not be called as a method.";
160 Carp::croak "from_json should not be called as a method.";
222 Carp::croak('property() can take only the option within 2 arguments.');
246 $JSON::DEBUG and Carp::carp "Load $Module_XS.";
258 $JSON::DEBUG and Carp::carp "Can't load $Module_XS...($@)";
261 Carp::croak $@;
280 $JSON::DEBUG and Carp::carp "Load $backend.";
295 $JSON::DEBUG and Carp::carp "Can't load $Module_PP ($@), so try to load $Module_bp";
302 Carp::croak $@ if $@;
330 Carp::carp("$method is not supported in $module.");
369 if ($@) { Carp::croak $@; }
492 $JSON::DEBUG and Carp::carp("set -support_by_pp mode.");
506 $Carp::Internal{'JSON::Backend::XS::Supportable'} = 1;
603 Carp::carp "The acceptable range of indent_length() is 0 to 15.";