diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-05 13:59:03 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-05 13:59:03 +0000 |
commit | 1ef28805fce671194eb5baaa1e563c57194a7be4 (patch) | |
tree | 5b25dd147ba16affb743341b3ffa2525ff909f0f /databases/p5-DBIx-Tree/files | |
parent | e3b1ba48cee143b47c429987da40e05e471030b1 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Tree/files')
-rw-r--r-- | databases/p5-DBIx-Tree/files/patch-Makefile.PL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Tree/files/patch-Makefile.PL b/databases/p5-DBIx-Tree/files/patch-Makefile.PL new file mode 100644 index 000000000000..02070593ea2e --- /dev/null +++ b/databases/p5-DBIx-Tree/files/patch-Makefile.PL @@ -0,0 +1,14 @@ +--- Makefile.PL.orig Fri Feb 14 22:55:27 2003 ++++ Makefile.PL Mon May 5 12:43:19 2003 +@@ -10,11 +10,3 @@ + } + ); + +-$connstr = prompt ("DBI Connection String?", "DBI:mysql:test"); +-$userid = prompt ("User ID?", ""); +-$passwd = prompt ("Password?", ""); +- +-open(PWD, ">PWD") || die "Could not open PWD for writing!"; +-print PWD $connstr, "\n"; +-print PWD $userid, "\n"; +-print PWD $passwd, "\n"; |