Subject: | [PATCH] Template::Stash documentation |
See the attached patch to the Template::Stash documentation.
Regards,
Slaven
--- ./lib/Template/Stash.pm.orig 2004-11-30 10:35:52.000000000 +0100
+++ ./lib/Template/Stash.pm 2004-11-30 10:36:28.000000000 +0100
@@ -977,7 +977,7 @@ copied (i.e. imported) into the current
# 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)