Bug 12520

Summary: Add DBIx::Class::ResultClass::HashRefInflator to list of Koha dependencies
Product: Koha Reporter: Kyle M Hall <kyle>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2014-07-02 16:05:44 UTC
DBIx::Class::ResultClass::HashRefInflator is a nice stopgap for out move from DBI to DBIx::Class. It allows us to return hashrefs like DBI, rather then DBIC objects.
Comment 1 Kyle M Hall 2014-07-02 16:08:11 UTC
Looks like I was mistaken. It's already part of the DBIx module set. No need to install it separately.