[Bps-public-commit] r18389 - in Shipwright/trunk: lib/Shipwright/Backend
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Feb 13 23:34:29 EST 2009
Author: sunnavy
Date: Fri Feb 13 23:34:28 2009
New Revision: 18389
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Backend/Base.pm
Log:
r19846 at sunnavys-mb: sunnavy | 2009-02-14 12:26:03 +0800
copy the CleanINC.pm to the repository
Modified: Shipwright/trunk/lib/Shipwright/Backend/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/Base.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend/Base.pm Fri Feb 13 23:34:28 2009
@@ -69,6 +69,12 @@
copy( Module::Info->new_from_module('YAML::Tiny')->file, $yaml_tiny_path )
or confess "copy YAML/Tiny.pm failed: $!";
+ my $clean_inc_path = catdir( $dir, 'inc', 'Shipwright', 'Util' );
+ mkpath $clean_inc_path;
+ copy( Module::Info->new_from_module('Shipwright::Util::CleanINC')->file,
+ $clean_inc_path )
+ or confess "copy Shipwright/Util/CleanINC.pm failed: $!";
+
# set proper permissions for yml under /shipwright/
my $sw_dir = catdir( $dir, 'shipwright' );
my $sw_dh;
More information about the Bps-public-commit
mailing list