You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ra...@apache.org on 2004/07/02 21:04:32 UTC

cvs commit: modperl-2.0/lib/ModPerl Code.pm

randyk      2004/07/02 12:04:32

  Modified:    lib/ModPerl Code.pm
  Log:
  Reviewed by:	stas
  arrange to have src/modules/perl/modperl_common_types.h installed
  into the Apache2 include/ directory.
  
  Revision  Changes    Path
  1.125     +1 -1      modperl-2.0/lib/ModPerl/Code.pm
  
  Index: Code.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- Code.pm	28 Jun 2004 02:10:02 -0000	1.124
  +++ Code.pm	2 Jul 2004 19:04:32 -0000	1.125
  @@ -655,7 +655,7 @@
                                           largefiles);
   my @h_names = (@c_names, map { "modperl_$_" } @h_src_names,
                  qw(types time apache_includes perl_includes apr_includes
  -                  common_includes));
  +                  common_includes common_types));
   sub h_files { [map { "$_.h" } @h_names, @g_h_names] }
   
   sub clean_files {
  
  
  

Re: cvs commit: modperl-2.0/lib/ModPerl Code.pm

Posted by Stas Bekman <st...@stason.org>.
randyk@apache.org wrote:
> randyk      2004/07/02 12:04:32
> 
>   Modified:    lib/ModPerl Code.pm
>   Log:
>   Reviewed by:	stas
>   arrange to have src/modules/perl/modperl_common_types.h installed
>   into the Apache2 include/ directory.

Again, this kind of change affects users who may need to use that, so it's a 
good idea to log it into Changes (probably in the same entry with other 
headers which are now installed). Thanks :)


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org