Bug 12520 - Add DBIx::Class::ResultClass::HashRefInflator to list of Koha dependencies
Summary: Add DBIx::Class::ResultClass::HashRefInflator to list of Koha dependencies
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 16:05 UTC by Kyle M Hall
Modified: 2015-06-04 23:23 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.