Author: turnstep
Date: Wed Jul 18 09:53:19 2007
New Revision: 9757
Modified:
DBD-Pg/trunk/Changes
DBD-Pg/trunk/META.yml
Log:
Fix bug 25759, correct YAML header.
Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes (original)
+++ DBD-Pg/trunk/Changes Wed Jul 18 09:53:19 2007
@@ -1,6 +1,7 @@
('GSM' is Greg Sabino Mullane, [EMAIL PROTECTED])
1.50
+ - Fix META.yml file. (CPAN bug #25759) [GSM]
- Force column names to respect utf8-ness. Per report from Ch Lamprect.
[GSM]
- Add support for asynchronous queries. [GSM]
- Make minimum supported server 7.4. [GSM]
Modified: DBD-Pg/trunk/META.yml
==============================================================================
--- DBD-Pg/trunk/META.yml (original)
+++ DBD-Pg/trunk/META.yml Wed Jul 18 09:53:19 2007
@@ -1,4 +1,4 @@
---- #YAML:1.3
+--- #YAML:1.0
name : DBD-Pg
version : 1.50
abstract : DBI PostgreSQL interface