v0.002100 v0.002100
Arthur Axel 'fREW' Schmidt [Sat, 3 Mar 2012 23:10:00 +0000 (17:10 -0600)]
       - Wrap upgrades, downgrades, and installs in a transaction, as a failure
         to add a version to the version table should cause a rollback
       - Allow user to specify version of schema to install
       - Added better sandboxing (stolen straight from Plack::Util) for coderefs
         to avoid accidental leakage
       - Sandboxing also makes $0 and thus FindBin et al work in perl scripts

Changes
dist.ini

diff --git a/Changes b/Changes
index a70eec9..583da08 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+
+0.002100  2012-03-03 17:09:21 CST6CDT
        - Wrap upgrades, downgrades, and installs in a transaction, as a failure
          to add a version to the version table should cause a rollback
        - Allow user to specify version of schema to install
index 7279bb4..3e42530 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,7 @@ name             = DBIx-Class-DeploymentHandler
 author           = Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
 license          = Perl_5
 copyright_holder = Arthur Axel "fREW" Schmidt
-version          = 0.002000
+version          = 0.002100
 
 [NextRelease]
 [@Git]