[Bps-public-commit] Shipwright branch, master, updated. a7bde2cb4a325222f7e9ae34f6bb1c5e7757bcdc
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Aug 4 21:07:07 EDT 2009
The branch, master has been updated
via a7bde2cb4a325222f7e9ae34f6bb1c5e7757bcdc (commit)
from e56b67cf0b565ca3b5b162df9e7d9a5db6d1cb4b (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 2 +-
Makefile.PL | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit a7bde2cb4a325222f7e9ae34f6bb1c5e7757bcdc
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Aug 5 09:06:50 2009 +0800
File::Path changed its api since 2.06 or 2.07, not 2! :/
diff --git a/Changes b/Changes
index f3cc872..07bad17 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Shipwright
+2.3.5 Wed Aug 5 08:59:03 CST 2009
+
+* need File::Path 2.07 or above
+
2.3.4 Mon Aug 3 20:37:36 CST 2009
* add dep File::Path with version 2
diff --git a/META.yml b/META.yml
index b3e7199..dcd28c9 100644
--- a/META.yml
+++ b/META.yml
@@ -33,7 +33,7 @@ requires:
File::Compare: 0
File::Copy: 0
File::Copy::Recursive: 0
- File::Path: 2
+ File::Path: 2.07
File::Slurp: 0
File::Spec: 0
File::Temp: 0
diff --git a/Makefile.PL b/Makefile.PL
index 0537dab..74b47c6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -35,7 +35,7 @@ requires 'Archive::Tar' => 0;
requires 'Archive::Extract' => 0;
requires 'File::Compare' => 0;
requires 'MIME::Base64::URLSafe' => 0;
-requires 'File::Path' => 2;
+requires 'File::Path' => 2.07;
if ( can_cc() ) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list