richter     02/03/11 06:15:09

  Modified:    .        Tag: Embperl2c Embperl.xs Makefile.PL
  Log:
  upload fix
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.4.47 +6 -0      embperl/Embperl.xs
  
  Index: Embperl.xs
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.xs,v
  retrieving revision 1.29.4.46
  retrieving revision 1.29.4.47
  diff -u -r1.29.4.46 -r1.29.4.47
  --- Embperl.xs        2 Mar 2002 19:55:46 -0000       1.29.4.46
  +++ Embperl.xs        11 Mar 2002 14:15:08 -0000      1.29.4.47
  @@ -140,6 +140,12 @@
       boot_Embperl__Component__Param (aTHX_ cv) ;
   
       PUSHMARK(sp);  
  +    XPUSHs(sv_2mortal(newSVpv("Embperl::Component::Output", 0))) ;   
  +    XPUSHs(version) ;   
  +    PUTBACK;
  +    boot_Embperl__Component__Output (aTHX_ cv) ;
  +
  +    PUSHMARK(sp);  
       XPUSHs(sv_2mortal(newSVpv("Embperl::Syntax", 0))) ;   
       XPUSHs(version) ;   
       PUTBACK;
  
  
  
  1.31.4.52 +2 -1      embperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/embperl/Makefile.PL,v
  retrieving revision 1.31.4.51
  retrieving revision 1.31.4.52
  diff -u -r1.31.4.51 -r1.31.4.52
  --- Makefile.PL       5 Mar 2002 11:11:50 -0000       1.31.4.51
  +++ Makefile.PL       11 Mar 2002 14:15:08 -0000      1.31.4.52
  @@ -3,7 +3,7 @@
   #
   # (C) 1997-2001 G.Richter ([EMAIL PROTECTED]) / ECOS
   #
  -# $Id: Makefile.PL,v 1.31.4.51 2002/03/05 11:11:50 richter Exp $
  +# $Id: Makefile.PL,v 1.31.4.52 2002/03/11 14:15:08 richter Exp $
   #
   
   
  @@ -1174,6 +1174,7 @@
   xs/Embperl/Component/Component
   xs/Embperl/Component/Config/Config
   xs/Embperl/Component/Param/Param
  +xs/Embperl/Component/Output/Output
   xs/Embperl/Req/Req
   xs/Embperl/Req/Config/Config
   xs/Embperl/Req/Param/Param
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to