Skip Menu |

This queue is for tickets about the DBIx-Class-InflateColumn-Serializer CPAN distribution.

Report information
The Basics
Id: 61551
Status: resolved
Priority: 0/
Queue: DBIx-Class-InflateColumn-Serializer

People
Owner: jlmartinez [...] capside.com
Requestors: ABH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: DBIx::Class::InflateColumn::Serializer::JSON should just use JSON, not JSON::Any
JSON automatically uses JSON::XS if available. There's no reason to use any other JSON module; just use JSON rather than requiring JSON::Any, too.
Hi, The module is now using JSON, instead of JSON::Any. Thanks for the suggestion ;) Jose Luis