dougm       02/04/05 20:13:56

  Modified:    .        Makefile.PL
  Log:
  add cvs_tag target
  
  Revision  Changes    Path
  1.62      +5 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Makefile.PL       6 Apr 2002 04:01:56 -0000       1.61
  +++ Makefile.PL       6 Apr 2002 04:13:56 -0000       1.62
  @@ -362,8 +362,12 @@
   }
   
   sub MY::postamble {
  -    return <<EOF;
  +    return <<'EOF';
   mydist : manifest tardist
  +
  +cvs_tag :
  +     cvs tag MODPERL_$(VERSION_SYM) .
  +     @echo update mod_perl.pm VERSION now
   EOF
   }
   
  
  
  


Reply via email to