pkgsrc/databases/p5-DBIx-Class-Helpers/Makefile
sno 174a97f505 Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.

pkgsrc changes:
- adjust dependencies

Upstream changes:
2.018001  2013-07-02 20:40:18 CST6CDT
 - Fix bug related to inheriting from ::Shortcut

2.018000  2013-06-22 17:03:29 CST6CDT
 - Add ::ResultSet::Shortcut::OrderByMagic (moltar)
 - Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
 - Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
 - Add ::ResultSet::Shortcut::Limit (Wallas Reis)
 - make ::ResultSet::Me more flexible (moltar)
 - Fix some warnings (when using deprecated modules) (good catch Bill
   Mosely)
 - Fix lots of docs (moltar, Gregor Herrmann, mauke)

2.017000  2013-04-20 10:37:04 CST6CDT
 - Add ::Schema::QuoteNames to force quote_names on
 - Add normalize_connect_info utilitiy

2.016006  2013-04-12 09:14:23 CST6CDT
 - Remove use of a private method, thus fixing Helpers on v0.08210
 - Remove the last vestige of non-in-memory SQLite
 - Stop using RT for bugtracking

2.016005  2013-01-23 19:00:09 CST6CDT
 - Fix hash order dependency bug (Thanks Fitz Elliott!)

2.016004  2013-01-09 20:05:57 CST6CDT
 - Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)

2.016003  2012-12-07 15:54:29 CST6CDT
 - Fix bug in dup_check_source_auto and fk_check_source_auto.  If
   any of the broken things were multiple they explode in the hashref.
   The solution is to force the values to be resultsets, which is how
   the helper is documented anyway. (thanks MST for finding this)

2.016002  2012-11-17 15:31:12 CST6CDT
 - Put MetaYAML back in dist

2.016001  2012-11-02 17:52:43 CST6CDT
 - fix OnColumnChange to work with relationship based updates
   so $artist->update({ cd => $cd_obj }) now correctly triggers
   a change.  Thanks David Schmidt for the test
 - validate number of arguments to _change_column (David Schmidt)
 - fix name of Helper::ResultSet::Shortcut in SYNOPSIS

2.016000  2012-10-25 21:35:05 CST6CDT
 - Add Helper::ResultSet::Shortcut (Wes Malone)
2013-07-03 19:07:10 +00:00

30 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2013/07/03 19:07:10 sno Exp $
DISTNAME= DBIx-Class-Helpers-2.018001
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-Class-Helpers/
COMMENT= Perl5 modules to simplify the common case stuff for DBIx::Class
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Carp-Clan>=6.04:../../devel/p5-Carp-Clan
DEPENDS+= p5-DBIx-Class>=0.08127:../../databases/p5-DBIx-Class
DEPENDS+= p5-DBIx-Class-Candy>=0.001003:../../databases/p5-DBIx-Class-Candy
DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect
DEPENDS+= p5-String-CamelCase-[0-9]*:../../textproc/p5-String-CamelCase
DEPENDS+= p5-Sub-Exporter-Progressive-[0-9]*:../../devel/p5-Sub-Exporter-Progressive
DEPENDS+= p5-namespace-clean>=0.23:../../devel/p5-namespace-clean
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/DBIx/Class/Helpers/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"