Author: turnstep Date: Sun Aug 31 07:13:35 2008 New Revision: 11691 Modified: DBD-Pg/trunk/META.yml
Log: Bump YAML versions Modified: DBD-Pg/trunk/META.yml ============================================================================== --- DBD-Pg/trunk/META.yml (original) +++ DBD-Pg/trunk/META.yml Sun Aug 31 07:13:35 2008 @@ -1,4 +1,4 @@ ---- #YAML:1.0 +--- #YAML:1.1 name : DBD-Pg version : 2.10.1 abstract : DBI PostgreSQL interface @@ -13,6 +13,13 @@ DBI : 1.52 perl : 5.006001 version : 0 +build_requires: + DBI : 1.52 + Test::More : 0.61 + version : 0 +configure_requires: + DBI : 1.52 + version : 0 recommends: Cwd : 0 Encode : 0 @@ -27,13 +34,6 @@ Test::Warn : 0.08 Test::YAML::Meta : 0.03 Text::SpellChecker : 0 -build_requires: - DBI : 1.52 - Test::More : 0.61 - version : 0 -configure_requires: - DBI : 1.52 - version : 0 provides: DBD::Pg: @@ -48,6 +48,7 @@ - PostgreSQL - DBI - libpq + - dbdpg resources: homepage : http://search.cpan.org/dist/DBD-Pg/ @@ -57,7 +58,7 @@ Repository : http://svn.perl.org/modules/DBD-Pg/trunk/ meta-spec: - version : 1.3 - url : http://module-build.sourceforge.net/META-spec-v1.3.html + version : 1.4 + url : http://module-build.sourceforge.net/META-spec-v1.4.html generated_by : emacs
