[Jifty-commit] jifty-dbi branch, master, updated. 0.68-11-g9a8ec98

Jifty commits jifty-commit at lists.jifty.org
Tue May 17 15:50:18 EDT 2011


The branch, master has been updated
       via  9a8ec98ef9c91befe82fa50e61a3aab81dd41728 (commit)
       via  4b745e4d37dec6e60a90b327561ec26cc4bf5a1d (commit)
       via  ef8f66fb91d8149fcfe746ac3f13312c60baf045 (commit)
       via  c643b3405a5bc9c9d762b2ac5892511c0b4932f1 (commit)
      from  fcf9143d5b46e7c0d7460a82c8ad44042e5d6b9f (commit)

Summary of changes:
 .gitignore       |    1 -
 Changes          |    4 ++++
 MANIFEST         |    1 +
 META.yml         |    2 +-
 lib/Jifty/DBI.pm |    2 +-
 5 files changed, 7 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit c643b3405a5bc9c9d762b2ac5892511c0b4932f1
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue May 17 15:35:42 2011 -0400

    Regenerate MANIFEST

diff --git a/MANIFEST b/MANIFEST
index 8ebcdac..feac5e4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -57,6 +57,7 @@ lib/Jifty/DBI/SchemaGenerator.pm
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+MYMETA.yml
 README
 ROADMAP
 SIGNATURE

commit ef8f66fb91d8149fcfe746ac3f13312c60baf045
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue May 17 15:42:08 2011 -0400

    Bump to 0.69

diff --git a/META.yml b/META.yml
index 71f845c..aa3d6f7 100644
--- a/META.yml
+++ b/META.yml
@@ -47,4 +47,4 @@ requires:
   version: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.68
+version: 0.69
diff --git a/lib/Jifty/DBI.pm b/lib/Jifty/DBI.pm
index 656a1b6..898696e 100644
--- a/lib/Jifty/DBI.pm
+++ b/lib/Jifty/DBI.pm
@@ -2,7 +2,7 @@ package Jifty::DBI;
 use warnings;
 use strict;
 
-$Jifty::DBI::VERSION = '0.68';
+$Jifty::DBI::VERSION = '0.69';
 
 =head1 NAME
 

commit 4b745e4d37dec6e60a90b327561ec26cc4bf5a1d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue May 17 15:43:35 2011 -0400

    Remove META.yml from gitignore since git doesn't ignore it

diff --git a/.gitignore b/.gitignore
index 621b1a9..c330883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 MANIFEST
 MANIFEST.bak
-META.yml
 MYMETA.yml
 Makefile
 Makefile.old

commit 9a8ec98ef9c91befe82fa50e61a3aab81dd41728
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue May 17 15:49:57 2011 -0400

    0.69 Change

diff --git a/Changes b/Changes
index bcc7cb1..7fa482d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Jifty::DBI.
 
+0.69 2011-05-17
+- Fixes:
+    * Remove some instances of qw() as parentheses deprecated in 5.14 (sunnavy)
+
 0.68 2011-04-14
 - Security:
     * Prevent SQL injection in column names, operators, order and group by

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list