X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FStaticArguments.pm;h=e2c2c902dca63c2d623ce64b10bdf966edc2a32e;hb=8c7199a13b832b6ce5e569320b3620dd38a67617;hp=280e92a9dce321f21b169d5db695cc6443c23e4b;hpb=810de6afa72cd92df2a6749ef85af7cce31302e7;p=catagits%2FCatalyst-Controller-DBIC-API.git diff --git a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm index 280e92a..e2c2c90 100644 --- a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm @@ -157,7 +157,7 @@ has 'total_entries_arg' => ( is => 'ro', isa => Str, default => 'totalcount' ); =attribute_public use_json_boolean is: ro, isa: Bool, default: 0 -use_json_boolean controls whether JSON::Any boolean types are used in the success parameter of the response or if raw strings are used +use_json_boolean controls whether JSON boolean types are used in the success parameter of the response or if raw strings are used =cut