[Bps-public-commit] Prophet branch, master, updated. 71b5c2c5839146ea17ba08a402522732c0ae290d

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Aug 19 09:09:25 EDT 2009


The branch, master has been updated
       via  71b5c2c5839146ea17ba08a402522732c0ae290d (commit)
      from  a9e6a8aa5da6562d0eb6b71ccb0b3c38325f5b7b (commit)

Summary of changes:
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 71b5c2c5839146ea17ba08a402522732c0ae290d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Aug 19 21:09:11 2009 +0800

    require Config::GitLike 1.02 at least

diff --git a/Makefile.PL b/Makefile.PL
index 54880c3..ec97f27 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@ requires( 'Mouse'         => '0.21' );
 requires('XML::Atom::SimpleFeed');
 requires( 'Path::Dispatcher' => '0.09' );    # Path::Dispatcher::Declarative
 requires('Time::Progress');
-requires('Config::GitLike' => '1.0');
+requires('Config::GitLike' => '1.02');
 requires('MIME::Base64::URLSafe');
 
 build_requires( 'Test::Exception' => '0.26' );

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



More information about the Bps-public-commit mailing list