From: Karen Etheridge Date: Fri, 24 Apr 2020 03:44:52 +0000 (-0700) Subject: document first version with is_bool X-Git-Tag: v1.004001~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28a8a7a9b62858852e8e344e97202b2a053b5831;p=p5sagit%2FJSON-MaybeXS.git document first version with is_bool --- diff --git a/Changes b/Changes index 1705ecd..267f7cf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for JSON-MaybeXS + - document when is_bool became available + 1.004000 - 2018-04-19 - added true and false subs so they can be used via JSON::MaybeXS rather than only JSON() exported sub. diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 302b01c..46b15a9 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -205,6 +205,8 @@ Since this is a bare sub in the various backend classes, it cannot be called as a class method like the other interfaces; it must be called as a function, with no invocant. It supports the representation used in all JSON backends. +Available since version 1.002004. + =head1 CONSTRUCTOR =head2 new