Revision history for JSON-MaybeXS
+ - correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS
+
1.003001 - 2014-11-13
- fix boolean interoperability with older Cpanel::JSON::MaybeXS
Scalar::Util::blessed($_[0])
and ($_[0]->isa('JSON::XS::Boolean')
- or $_[0]->isa('Cpanel::JSON::PP::Boolean')
+ or $_[0]->isa('Cpanel::JSON::XS::Boolean')
or $_[0]->isa('JSON::PP::Boolean'));
}