Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 8664
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.14
Fixed in: (no value)



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)