p5-Catalyst-Plugin-Session-Store-DBI: update to 0.16.

0.16    2010-03-23 22:46:37
        - Make the table metadata configurable (wreis).

0.15    2009-10-17 19:29:30
        - Fixed to work with the new config key for sessions, Plugin::Session
          (Dave Rolsky)
        - Fix a couple of problems and warnings in the test suite.
        - Stop treating model names as class names.

0.14    2008-09-17 09:53:47
        - Added a POD warning about MySQL TEXT field size. (Jay Hannah)

0.13    2008-04-29 08:30:00
        - Fixed ping() check to work properly. (Olivier Thauvin)

0.12    2007-10-05 11:00:00
        - Added support for Catalyst::Model::DBI models. (Geoffrey Giesemann)
        - Switched to Module::Install.

0.11    2007-03-22 17:00:00
        - Reset cached statement handles if the dbh goes away or changes.
          (Peter Karman)
        - Pre-generate all SQL statements at startup.

0.10    2007-03-15 12:00:00
        - Fixed Rose::DB::Object dbh call.
        - Forgot to document Rose::DB::Object support.

0.09	2007-03-14 22:00:00
        - Added support for using a Rose::DB::Object to get the dbh.
        (Peter Karman)

0.08	2007-02-15 11:00:00
        - Fixed DBIC tests.
        - Added DBIC Schema tests.
        - Improved logic for getting a dbh, will return a proper error
          if it can't get one.
This commit is contained in:
Thomas Klausner 2017-09-20 10:31:56 +02:00
parent e460ebb1c1
commit 77d23c693d
2 changed files with 8 additions and 10 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2012/10/04 09:13:30 asau Exp $
DISTNAME= Catalyst-Plugin-Session-Store-DBI-0.07
DISTNAME= Catalyst-Plugin-Session-Store-DBI-0.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
@ -12,14 +11,12 @@ COMMENT= DBI storage backend for session data
DEPENDS+= p5-Catalyst-Runtime>=5.0:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-DBI>=1.50:../../databases/p5-DBI
DEPENDS+= p5-Catalyst-Plugin-Session>=0.01:../../www/p5-Catalyst-Plugin-Session
DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
# not detected properly and manually built again
DEPENDS+= p5-Catalyst-Plugin-Session>=0.27:../../www/p5-Catalyst-Plugin-Session
PERL5_REQD+= 5.8.0
PERL5_MODULE_TYPE= Module::Build
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/DBI/.packlist
.include "../../lang/perl5/module.mk"

View File

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2007/02/06 09:28:18 netcap Exp $
SHA1 (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 637c55ff2b569e4fb85682a9a3f53f84486744f0
RMD160 (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 7ef1f2f485706dc5c7f6c8b79ebb380b4ca569b2
Size (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 6934 bytes
SHA1 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 0b8dab7459808c34960393ddc1035480e9890ef5
RMD160 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 5e524b402b31d767e2dad240904bf1b9408adbba
SHA512 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = c97229ea0c1cafc7cf71d214681afeaf6b7f3a57e94019dba0698d7b07e8329057317ca55b379144e5f31c105a03348f48a31a690bd4d3078202c1b7327dfe36
Size (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 30830 bytes