[Templates-cvs] cvs commit: Template2/lib/Template/Stash Context.pm XS.pm

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 12 Jan 2004 11:54:42 +0000


cvs         04/01/12 11:54:32

  Modified:    lib/Template/Stash Context.pm XS.pm
  Log:
  prep for version 2.12
  
  Revision  Changes    Path
  1.56      +14 -5     Template2/lib/Template/Stash/Context.pm
  
  Index: Context.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Stash/Context.pm,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Context.pm	2004/01/06 18:31:46	1.55
  +++ Context.pm	2004/01/12 11:54:32	1.56
  @@ -65,7 +65,7 @@
   #
   #----------------------------------------------------------------------------
   #
  -# $Id: Context.pm,v 1.55 2004/01/06 18:31:46 abw Exp $
  +# $Id: Context.pm,v 1.56 2004/01/12 11:54:32 abw Exp $
   #
   #============================================================================
   
  @@ -77,7 +77,7 @@
   use Template::Stash;
   use vars qw( $VERSION $DEBUG $ROOT_OPS $SCALAR_OPS $HASH_OPS $LIST_OPS );
   
  -$VERSION = sprintf("%d.%02d", q$Revision: 1.55 $ =~ /(\d+)\.(\d+)/);
  +$VERSION = sprintf("%d.%02d", q$Revision: 1.56 $ =~ /(\d+)\.(\d+)/);
   
   
   #========================================================================
  @@ -765,8 +765,8 @@
   
   =head1 VERSION
   
  -1.54, distributed as part of the
  -Template Toolkit version 2.11, released on 06 January 2004.
  +1.55, distributed as part of the
  +Template Toolkit version 2.12, released on 12 January 2004.
   
   =head1 COPYRIGHT
   
  @@ -778,4 +778,13 @@
   
   =head1 SEE ALSO
   
  -L<Template::Stash|Template::Stash>
  \ No newline at end of file
  +L<Template::Stash|Template::Stash>
  +=cut
  +
  +# Local Variables:
  +# mode: perl
  +# perl-indent-level: 4
  +# indent-tabs-mode: nil
  +# End:
  +#
  +# vim: expandtab shiftwidth=4:
  
  
  
  1.35      +1 -1      Template2/lib/Template/Stash/XS.pm
  
  Index: XS.pm
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Stash/XS.pm,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- XS.pm	2004/01/06 18:31:47	1.34
  +++ XS.pm	2004/01/12 11:54:32	1.35
  @@ -156,7 +156,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.11, released on 06 January 2004.
  +Template Toolkit version 2.12, released on 12 January 2004.