[Bps-public-commit] r18417 - in Shipwright/trunk: lib/Shipwright/Backend
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Feb 16 13:01:49 EST 2009
Author: sunnavy
Date: Mon Feb 16 13:01:48 2009
New Revision: 18417
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Backend/Base.pm
Log:
r19903 at sunnavys-mb: sunnavy | 2009-02-17 02:01:37 +0800
backout changes of adding MM, obra has better fix
Modified: Shipwright/trunk/lib/Shipwright/Backend/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/Base.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend/Base.pm Mon Feb 16 13:01:48 2009
@@ -87,19 +87,8 @@
),
catdir( $module_build_path, 'Build' )
)
- or confess "copy Module/Build failed: $!";
-
- my $mm_path = catdir( $dir, 'inc', 'ExtUtils' );
- mkpath catdir( $mm_path, 'MakeMaker' );
- copy( catdir( Module::Info->new_from_module('ExtUtils::MakeMaker')->file),
- $mm_path ) or confess "copy ExtUtils/MakeMaker.pm failed: $!";
- dircopy(
- catdir(
- Module::Info->new_from_module('ExtUtils::MakeMaker')->inc_dir,
- 'ExtUtils', 'MakeMaker'
- ),
- catdir( $mm_path, 'MakeMaker' )
- ) or confess "copy ExtUtils/MakeMaker failed: $!";
+ or confess "copy
+ Module/Build failed: $!";
# set proper permissions for yml under /shipwright/
my $sw_dir = catdir( $dir, 'shipwright' );
More information about the Bps-public-commit
mailing list