[Templates-cvs] cvs commit: Template2/lib/Template Stash.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/02/02 16:01:43
Modified: lib/Template Stash.pm
Log:
* removed the legacy comma
Revision Changes Path
2.99 +5 -5 Template2/lib/Template/Stash.pm
Index: Stash.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Stash.pm,v
retrieving revision 2.98
retrieving revision 2.99
diff -u -r2.98 -r2.99
--- Stash.pm 2006/02/02 11:45:38 2.98
+++ Stash.pm 2006/02/02 16:01:42 2.99
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Stash.pm,v 2.98 2006/02/02 11:45:38 abw Exp $
+# $Id: Stash.pm,v 2.99 2006/02/02 16:01:42 abw Exp $
#
#============================================================================
@@ -29,7 +29,7 @@
use strict;
use vars qw( $VERSION $DEBUG $ROOT_OPS $SCALAR_OPS $HASH_OPS $LIST_OPS );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.98 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.99 $ =~ /(\d+)\.(\d+)/);
#========================================================================
@@ -95,7 +95,7 @@
$text =~ s{$pattern}{ &$expand($replace, [@-], [@+]) }eg;
}
else {
- $text =~ s{$pattern}{ &$expand($replace, , [@-], [@+]) }e;
+ $text =~ s{$pattern}{ &$expand($replace, [@-], [@+]) }e;
}
return $text;
},
@@ -1077,8 +1077,8 @@
=head1 VERSION
-2.97, distributed as part of the
-Template Toolkit version 2.14a, released on 01 February 2006.
+2.98, distributed as part of the
+Template Toolkit version 2.14a, released on 02 February 2006.
=head1 COPYRIGHT