[Bps-public-commit] Shipwright branch, master, updated. fdfac2c50d7e473b7c5f343dbf1503721e9abb81

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Aug 3 03:14:43 EDT 2009


The branch, master has been updated
       via  fdfac2c50d7e473b7c5f343dbf1503721e9abb81 (commit)
      from  41ffce936d78a7354e91ffd4658310b795c3c15f (commit)

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

- Log -----------------------------------------------------------------
commit fdfac2c50d7e473b7c5f343dbf1503721e9abb81
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Aug 3 15:14:34 2009 +0800

    add File::Path dep because we use the new interface of it

diff --git a/META.yml b/META.yml
index 280af42..b3e7199 100644
--- a/META.yml
+++ b/META.yml
@@ -33,6 +33,7 @@ requires:
   File::Compare: 0
   File::Copy: 0
   File::Copy::Recursive: 0
+  File::Path: 2
   File::Slurp: 0
   File::Spec: 0
   File::Temp: 0
diff --git a/Makefile.PL b/Makefile.PL
index 1d6d0a3..0537dab 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -35,6 +35,7 @@ requires 'Archive::Tar' => 0;
 requires 'Archive::Extract' => 0;
 requires 'File::Compare' => 0;
 requires 'MIME::Base64::URLSafe' => 0;
+requires 'File::Path' => 2;
 
 
 if ( can_cc() ) {

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



More information about the Bps-public-commit mailing list