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...@locus.apache.org on 2000/06/19 06:18:01 UTC

cvs commit: embperl/test/html errormismatchcmd.htm

richter     00/06/18 21:18:00

  Modified:    .        Tag: Embperl2 Embperl.pm MANIFEST
  Added:       test/cmp Tag: Embperl2 errormismatchcmd.htm
               test/html Tag: Embperl2 errormismatchcmd.htm
  Log:
  Embperl 2 - tag mismatch error msg
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.104.2.13 +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.104.2.12
  retrieving revision 1.104.2.13
  diff -u -r1.104.2.12 -r1.104.2.13
  --- Embperl.pm	2000/06/14 12:03:35	1.104.2.12
  +++ Embperl.pm	2000/06/19 04:17:51	1.104.2.13
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.104.2.12 2000/06/14 12:03:35 richter Exp $
  +#   $Id: Embperl.pm,v 1.104.2.13 2000/06/19 04:17:51 richter Exp $
   #
   ###################################################################################
   
  @@ -81,7 +81,7 @@
   @ISA = qw(Exporter DynaLoader);
   
   
  -$VERSION = '2.0a4';
  +$VERSION = '2.0a5';
   
   
   # HTML::Embperl cannot be bootstrapped in nonlazy mode except
  
  
  
  1.41.2.3  +2 -0      embperl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/embperl/MANIFEST,v
  retrieving revision 1.41.2.2
  retrieving revision 1.41.2.3
  diff -u -r1.41.2.2 -r1.41.2.3
  --- MANIFEST	2000/06/13 21:13:33	1.41.2.2
  +++ MANIFEST	2000/06/19 04:17:52	1.41.2.3
  @@ -68,6 +68,7 @@
   test/html/plainblock.htm
   test/html/error.htm
   test/html/errormismatch.htm
  +test/html/errormismatchcmd.htm
   test/html/unclosed.htm
   test/html/notallow.xhtm
   test/html/noerr/noerrpage.htm
  @@ -154,6 +155,7 @@
   test/cmp/plainblock.htm
   test/cmp/error.htm
   test/cmp/errormismatch.htm
  +test/cmp/errormismatchcmd.htm
   test/cmp/unclosed.htm
   test/cmp/noerrpage.htm
   test/cmp/escape.htm
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +8 -0      embperl/test/cmp/Attic/errormismatchcmd.htm
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +23 -0     embperl/test/html/Attic/errormismatchcmd.htm