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

? sunnavy sunnavy at bestpractical.com
Mon Jun 7 10:37:10 EDT 2010


The branch, master has been updated
       via  d426a194be08c0e01c216f8994bdb81b03809a7d (commit)
      from  bb492bf18256ca48bb4536e8e0f55a72febf74f0 (commit)

Summary of changes:
 share/bin/shipwright-utility |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d426a194be08c0e01c216f8994bdb81b03809a7d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Jun 7 20:19:28 2010 +0800

    a bit comment

diff --git a/share/bin/shipwright-utility b/share/bin/shipwright-utility
index 1332c7f..1b7d443 100755
--- a/share/bin/shipwright-utility
+++ b/share/bin/shipwright-utility
@@ -132,7 +132,7 @@ if ( $^O =~ /MSWin/ || ! $tar_cmd ) {
 }
 else {
 # the reason we perfer tar cmd here is we don't need to save the .tar.gz
-# file in disk.
+# file in disk, and Archive::Extract is not in core until 5.9.5.
     open my $tar, '|-', "$tar_cmd xz";
 
     while (<DATA>) {

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



More information about the Bps-public-commit mailing list