e.g.
http://www.cpantesters.org/cpan/report/
a88cec6c-6c0c-1014-9b28-b6064b81bcf7
http://www.cpantesters.org/cpan/report/
0983841a-6bfe-1014-bfbd-545708ca0d94
http://www.cpantesters.org/cpan/report/
0b377387-6bf5-1014-a004-0fd3f4f552f6
Revision history for JSON-MaybeXS
+ - fix boolean interoperability with older Cpanel::JSON::MaybeXS
+
1.003_000 - 2014-10-30
- add :legacy tag to support legacy apps
Scalar::Util::blessed($_[0])
and ($_[0]->isa('JSON::XS::Boolean')
+ or $_[0]->isa('Cpanel::JSON::PP::Boolean')
or $_[0]->isa('JSON::PP::Boolean'));
}