Going back to dumping a script (unbreaking non-root make vs. make install)
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Aug 2009 00:34:50 +0000 (00:34 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 17 Aug 2009 00:34:50 +0000 (00:34 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1740 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/Build.PL

index e408289..6e4920f 100644 (file)
@@ -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');