[Templates-cvs] cvs commit: TT3/lib/Template/Directive Set.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 17 Nov 2004 14:51:56 +0000
cvs 04/11/17 14:51:55
Modified: lib/Template/Directive Set.pm
Log:
* fixed up to work with new parser and handler
Revision Changes Path
1.3 +6 -10 TT3/lib/Template/Directive/Set.pm
Index: Set.pm
===================================================================
RCS file: /template-toolkit/TT3/lib/Template/Directive/Set.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Set.pm 2004/11/15 19:36:47 1.2
+++ Set.pm 2004/11/17 14:51:55 1.3
@@ -10,14 +10,12 @@
#
# COPYRIGHT
# Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
-# Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
-# Copyright (C) 2003-2004 Fotango Ltd.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Set.pm,v 1.2 2004/11/15 19:36:47 abw Exp $
+# $Id: Set.pm,v 1.3 2004/11/17 14:51:55 abw Exp $
#
#========================================================================
@@ -28,7 +26,7 @@
use Template::Directive;
use base qw( Template::Directive );
-our $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/);
+our $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/);
our $ERROR = '';
our $KEYWORD = 'SET';
@@ -66,11 +64,11 @@
=head1 NAME
-Template::Directive::Get - the GET directive
+Template::Directive::Set - the SET directive
=head1 SYNOPSIS
- PROCESS => template params
+# TODO
=head1 DESCRIPTION
@@ -88,13 +86,11 @@
=head1 VERSION
-$Revision: 1.2 $
+$Revision: 1.3 $
=head1 COPYRIGHT
- Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
- Copyright (C) 2003-2004 Fotango Ltd.
+Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.