[Templates-cvs] cvs commit: Template2/docsrc/src/Modules/Template Stash.tt2
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/01/30 14:01:50
Modified: docsrc/src/Modules/Template Stash.tt2
Log:
* fixed typo foo => bar
Revision Changes Path
1.4 +1 -1 Template2/docsrc/src/Modules/Template/Stash.tt2
Index: Stash.tt2
===================================================================
RCS file: /template-toolkit/Template2/docsrc/src/Modules/Template/Stash.tt2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Stash.tt2 2003/05/13 22:57:04 1.3
+++ Stash.tt2 2006/01/30 14:01:50 1.4
@@ -97,7 +97,7 @@
# foo.bar = baz, foo.wiz = waz
$stash->set('foo', { 'bar' => 'baz', 'wiz' => 'waz' });
- # import 'foo' into main namespace: foo = baz, wiz = waz
+ # import 'foo' into main namespace: bar = baz, wiz = waz
$stash->set('IMPORT', $stash->get('foo'));
=head2 clone(\%params)