mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/contrib mhastart.pl,1.7,1.8

2005-05-05 15:01:13
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/contrib
In directory denethor.mallorn.com:/tmp/cvs-serv18193

Modified Files:
	mhastart.pl 
Log Message:
Latest version.


Index: mhastart.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/contrib/mhastart.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** mhastart.pl	7 May 2004 22:14:33 -0000	1.7
--- mhastart.pl	5 May 2005 22:01:06 -0000	1.8
***************
*** 55,60 ****
          print @_ if @_;
          if ($ENV{MOD_PERL}) {
!             eval "use Apache";
!             Apache::exit() unless $@;
          }
          exit;
--- 55,62 ----
          print @_ if @_;
          if ($ENV{MOD_PERL}) {
!             if ($] < 5.006) {
!                 require Apache;
!                 Apache::exit();
!             }
          }
          exit;
***************
*** 162,166 ****
  A demo installation of C<mhastart.pl> is available at
  http://www.gunnar.cc/cgi-bin/mhonarc/mhastart.pl (password: C<demo>). Feel
! free to send a test message to mhatest(_at_)gunnar(_dot_)cc and add it to the archive.
  
  =head1 EXAMPLES
--- 164,168 ----
  A demo installation of C<mhastart.pl> is available at
  http://www.gunnar.cc/cgi-bin/mhonarc/mhastart.pl (password: C<demo>). Feel
! free to send a test message to C<demoarc at gunnar.cc> and add it to the archive.
  
  =head1 EXAMPLES

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS