From e66bf0bba71a1da6a554045ed9e1aab73f7cfd96 Mon Sep 17 00:00:00 2001 From: sboyette Date: Mon, 17 Aug 2009 00:34:50 +0000 Subject: [PATCH] Going back to dumping a script (unbreaking non-root make vs. make install) git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1740 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perl/Build.PL | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/perl/Build.PL b/src/perl/Build.PL index e408289..6e4920f 100644 --- a/src/perl/Build.PL +++ b/src/perl/Build.PL @@ -22,6 +22,9 @@ my $build = Module::Build->new( module_name => 'OpenSRF', 'DateTime::Format::ISO8601' => 0, }, ); -$build->dispatch('build'); -$build->dispatch('test'); -$build->dispatch('install'); + +$build->create_build_script; + +# $build->dispatch('build'); +# $build->dispatch('test'); +# $build->dispatch('install'); -- 2.43.2