jimw        00/12/16 15:36:46

  Modified:    .        Changes Makefile.PL
  Log:
  don't rename distribution package name
  
  Revision  Changes    Path
  1.21      +0 -2      httpd-apreq/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Changes,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Changes   2000/03/30 06:22:28     1.20
  +++ Changes   2000/12/16 23:36:45     1.21
  @@ -4,8 +4,6 @@
   
   =item 0.32 - August 16, 1999
   
  -distribution package name renamed from libapreq to Apache-Request
  -
   multipart_buffer.[ch] renamed to apache_multipart_buffer.[ch]
   
   autoconf support
  
  
  
  1.6       +1 -1      httpd-apreq/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.PL       2000/03/30 06:22:28     1.5
  +++ Makefile.PL       2000/12/16 23:36:45     1.6
  @@ -8,7 +8,7 @@
   check_compat();
   
   WriteMakefile(
  -           'NAME'     => 'Apache::Request',
  +           'NAME'     => 'libapreq',
              'VERSION' => $myVERSION,
              'DIR' => [qw(c Request Cookie)], 
              'macro' => {
  
  
  

Reply via email to