<subliminal message> Me? I thought you wanted to do that? ;) </subliminal message>
ok, I'll do it. but don't expect some code that generates bounds at random :)
first pass attached.
--Geoff
Index: Makefile.PL
===================================================================
RCS file: /home/cvspublic/modperl-2.0/Makefile.PL,v
retrieving revision 1.126
diff -u -r1.126 Makefile.PL
--- Makefile.PL 29 Oct 2003 00:42:47 -0000 1.126
+++ Makefile.PL 4 Nov 2003 19:42:35 -0000
@@ -463,6 +463,20 @@
modperl_src_clean:
cd "$(MODPERL_SRC)" && $(MODPERL_LIBMAKE) clean
+modperl_banner:
+ @echo "+--------------------------------------------------------------+"
+ @echo "| |"
+ @echo "| For details on getting started with mod_perl, see |"
+ @echo "| |"
+ @echo "| http://perl.apache.org/docs/2.0/user/intro/start_fast.html |"
+ @echo "| |"
+ @echo "| |"
+ @echo "| Found a bug? File a Bug Report: |"
+ @echo "| |"
+ @echo "| http://perl.apache.org/bugs/ |"
+ @echo "| |"
+ @echo "+--------------------------------------------------------------+"
+
EOF
$string .= Apache::Test::install::nuke_Apache__test_target()
@@ -479,6 +493,8 @@
ModPerl::MM::add_dep(\$string, pure_install => 'nuke_Apache__test')
if $apache_test_install;
+
+ ModPerl::MM::add_dep_after(\$string, qw(install doc_install modperl_banner));
$string;
}--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
