diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 06:44:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 06:44:39 +0800 |
commit | 9a3d629a075596698de70aa5a9854b66848802f4 (patch) | |
tree | bf63bdf1db125c02e13dba743e5d45f104c60f0d /databases/Makefile | |
parent | e6eae5e5e50c3368daa70f67719f2c99b90cc8fa (diff) | |
download | freebsd-ports-gnome-9a3d629a075596698de70aa5a9854b66848802f4.tar.gz freebsd-ports-gnome-9a3d629a075596698de70aa5a9854b66848802f4.tar.zst freebsd-ports-gnome-9a3d629a075596698de70aa5a9854b66848802f4.zip |
Easy way to turn resultsets into hashrefs.
WWW: http://search.cpan.org/dist/DBIx-Class-ResultSet-HashRef/
PR: ports/138852
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Feature safe: yes
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 8c512adcc48a..32fb6b1791a4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -325,6 +325,7 @@ SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-QueryLog + SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-TimeStamp |