You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2001/10/30 10:54:34 UTC

cvs commit: embperl Makefile.PL

richter     01/10/30 01:54:34

  Modified:    .        Tag: Embperl2c Makefile.PL
  Log:
  Fix typo in Makefile.PL
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.31.4.30 +2 -2      embperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/embperl/Makefile.PL,v
  retrieving revision 1.31.4.29
  retrieving revision 1.31.4.30
  diff -u -r1.31.4.29 -r1.31.4.30
  --- Makefile.PL	2001/10/25 08:26:02	1.31.4.29
  +++ Makefile.PL	2001/10/30 09:54:34	1.31.4.30
  @@ -3,7 +3,7 @@
   #
   # (C) 1997-2001 G.Richter (richter@dev.ecos.de) / ECOS
   #
  -# $Id: Makefile.PL,v 1.31.4.29 2001/10/25 08:26:02 richter Exp $
  +# $Id: Makefile.PL,v 1.31.4.30 2001/10/30 09:54:34 richter Exp $
   #
   
   
  @@ -1135,7 +1135,7 @@
       'ABSTRACT'     => 'Embed Perl code in HTML documents',
       'AUTHOR'       => 'Gerald Richter <ri...@dev.ecos.de>',
       'macro'        => $makemacros,
  -    $EP2?('depend'       => { 'Embperl.c' => 'Embperl.xs DOM.xs CMD.xs Syntax.xs' }):(),
  +    $EP2?('depend'       => { 'Embperl.c' => 'Embperl.xs DOM.xs Cmd.xs Syntax.xs' }):(),
   );
   
   
  
  
  

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