[Templates-cvs] cvs commit: Template2/lib/Template/Plugin/XML DOM.pm RSS.pm Simple.pm Style.pm XPath.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 06 Jan 2004 18:31:46 +0000
cvs 04/01/06 18:31:46
Modified: lib/Template/Plugin/XML DOM.pm RSS.pm Simple.pm Style.pm
XPath.pm
Log:
* verion 2.11
Revision Changes Path
2.52 +2 -2 Template2/lib/Template/Plugin/XML/DOM.pm
Index: DOM.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/XML/DOM.pm,v
retrieving revision 2.51
retrieving revision 2.52
diff -u -r2.51 -r2.52
--- DOM.pm 2003/07/24 16:16:48 2.51
+++ DOM.pm 2004/01/06 18:31:44 2.52
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: DOM.pm,v 2.51 2003/07/24 16:16:48 abw Exp $
+# $Id: DOM.pm,v 2.52 2004/01/06 18:31:44 abw Exp $
#
#============================================================================
@@ -801,7 +801,7 @@
=head1 VERSION
2.6, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+Template Toolkit version 2.11, released on 06 January 2004.
2.61 +5 -5 Template2/lib/Template/Plugin/XML/RSS.pm
Index: RSS.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/XML/RSS.pm,v
retrieving revision 2.60
retrieving revision 2.61
diff -u -r2.60 -r2.61
--- RSS.pm 2003/07/24 16:16:48 2.60
+++ RSS.pm 2004/01/06 18:31:45 2.61
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: RSS.pm,v 2.60 2003/07/24 16:16:48 abw Exp $
+# $Id: RSS.pm,v 2.61 2004/01/06 18:31:45 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use XML::RSS;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.61 $ =~ /(\d+)\.(\d+)/);
sub load {
return $_[0];
@@ -177,12 +177,12 @@
=head1 VERSION
-2.59, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+2.60, distributed as part of the
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
2.59 +5 -5 Template2/lib/Template/Plugin/XML/Simple.pm
Index: Simple.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/XML/Simple.pm,v
retrieving revision 2.58
retrieving revision 2.59
diff -u -r2.58 -r2.59
--- Simple.pm 2003/07/24 16:16:48 2.58
+++ Simple.pm 2004/01/06 18:31:46 2.59
@@ -16,7 +16,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Simple.pm,v 2.58 2003/07/24 16:16:48 abw Exp $
+# $Id: Simple.pm,v 2.59 2004/01/06 18:31:46 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -107,12 +107,12 @@
=head1 VERSION
-2.57, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+2.58, distributed as part of the
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
2.31 +5 -5 Template2/lib/Template/Plugin/XML/Style.pm
Index: Style.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/XML/Style.pm,v
retrieving revision 2.30
retrieving revision 2.31
diff -u -r2.30 -r2.31
--- Style.pm 2003/07/24 16:16:48 2.30
+++ Style.pm 2004/01/06 18:31:46 2.31
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Style.pm,v 2.30 2003/07/24 16:16:48 abw Exp $
+# $Id: Style.pm,v 2.31 2004/01/06 18:31:46 abw Exp $
#
#============================================================================
@@ -30,7 +30,7 @@
use base qw( Template::Plugin::Filter );
use vars qw( $VERSION $DYNAMIC $FILTER_NAME );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.30 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.31 $ =~ /(\d+)\.(\d+)/);
$DYNAMIC = 1;
$FILTER_NAME = 'xmlstyle';
@@ -331,12 +331,12 @@
=head1 VERSION
-2.29, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+2.30, distributed as part of the
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or
2.66 +5 -5 Template2/lib/Template/Plugin/XML/XPath.pm
Index: XPath.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template/Plugin/XML/XPath.pm,v
retrieving revision 2.65
retrieving revision 2.66
diff -u -r2.65 -r2.66
--- XPath.pm 2003/07/24 16:16:49 2.65
+++ XPath.pm 2004/01/06 18:31:46 2.66
@@ -17,7 +17,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: XPath.pm,v 2.65 2003/07/24 16:16:49 abw Exp $
+# $Id: XPath.pm,v 2.66 2004/01/06 18:31:46 abw Exp $
#
#============================================================================
@@ -33,7 +33,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.66 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -267,12 +267,12 @@
=head1 VERSION
-2.64, distributed as part of the
-Template Toolkit version 2.10, released on 24 July 2003.
+2.65, distributed as part of the
+Template Toolkit version 2.11, released on 06 January 2004.
=head1 COPYRIGHT
- Copyright (C) 1996-2003 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2004 Andy Wardley. All Rights Reserved.
Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
This module is free software; you can redistribute it and/or