diff options
author | wiz <wiz> | 2007-06-08 08:37:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-06-08 08:37:15 +0000 |
commit | 1c9b79382457e2049fa15b330db19f2ca521f1f6 (patch) | |
tree | 503c74cf70235aa0d4a5a313bda06eb2df2e6f75 /databases/p5-DBIx-DBSchema | |
parent | c0ac77b8a9cdd07bd7813121e99c3d27819de669 (diff) | |
download | pkgsrc-1c9b79382457e2049fa15b330db19f2ca521f1f6.tar.gz |
Update to 0.31:
0.31 Thu Mar 30 05:28:20 PST 2006
- more schema update stuff:
- added Column::sql_alter_column
- added Table::sql_alter_table
- added DBSchema::sql_update_schema and DBSchema::update_schema
0.30 Thu Feb 16 16:43:01 PST 2006
- "Too much uptime"
- Remove buggy debugging from Column.pm
- Remove removed TODO from MANIFEST
0.29 Thu Feb 16 13:54:42 PST 2006
- Column::sql_add_column fix when adding primary keys to Pg 7.2.x
- workaround for PAUSE parsing of DBIx::DBSchema::DBD::Pg version: move
DBD::Pg verison checking after $VERSION declaration, thanks Andreas!
- kludge: allow scalar ref default to force quoting off, to add things
like functions and empty values as defaults
- Move TODO file to DBSchema.pm and DBS/Column.pm BUGS sections
0.28 Wed Nov 30 09:46:47 PST 2005
- Initial SQLite support from Jesse Vincent
- fix typo in DBIx::DBSchema::DBD POD doc
Diffstat (limited to 'databases/p5-DBIx-DBSchema')
-rw-r--r-- | databases/p5-DBIx-DBSchema/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-DBSchema/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index cff1dd3dd54..759ff24a6bf 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:09 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/08 08:37:15 wiz Exp $ # -DISTNAME= DBIx-DBSchema-0.27 +DISTNAME= DBIx-DBSchema-0.31 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-DBSchema/distinfo b/databases/p5-DBIx-DBSchema/distinfo index e7e4f306b92..5e65ebc8f7c 100644 --- a/databases/p5-DBIx-DBSchema/distinfo +++ b/databases/p5-DBIx-DBSchema/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:44:16 wiz Exp $ +$NetBSD: distinfo,v 1.2 2007/06/08 08:37:17 wiz Exp $ -SHA1 (DBIx-DBSchema-0.27.tar.gz) = 3f3d2838ba114c2861d0d550274d41dd46b3f483 -RMD160 (DBIx-DBSchema-0.27.tar.gz) = a296ef78e42e8e7ef202503ddbd13f48df08b353 -Size (DBIx-DBSchema-0.27.tar.gz) = 16385 bytes +SHA1 (DBIx-DBSchema-0.31.tar.gz) = 1d47d46324fb904a0e5093b91788d1669de0c04d +RMD160 (DBIx-DBSchema-0.31.tar.gz) = c1bcc5148fafeb9b334e58f5eda64559e916bbd8 +Size (DBIx-DBSchema-0.31.tar.gz) = 21182 bytes |