[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
Thu, 24 Jul 2003 17:16:49 +0100
cvs 03/07/24 16:16:49
Modified: lib/Template/Plugin/XML DOM.pm RSS.pm Simple.pm Style.pm
XPath.pm
Log:
version 2.10
Revision Changes Path
2.51 +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.50
retrieving revision 2.51
diff -u -r2.50 -r2.51
--- DOM.pm 2003/04/24 09:14:47 2.50
+++ DOM.pm 2003/07/24 16:16:48 2.51
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: DOM.pm,v 2.50 2003/04/24 09:14:47 abw Exp $
+# $Id: DOM.pm,v 2.51 2003/07/24 16:16:48 abw Exp $
#
#============================================================================
@@ -801,7 +801,7 @@
=head1 VERSION
2.6, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+Template Toolkit version 2.10, released on 24 July 2003.
2.60 +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.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- RSS.pm 2003/04/24 09:14:47 2.59
+++ RSS.pm 2003/07/24 16:16:48 2.60
@@ -18,7 +18,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: RSS.pm,v 2.59 2003/04/24 09:14:47 abw Exp $
+# $Id: RSS.pm,v 2.60 2003/07/24 16:16:48 abw Exp $
#
#============================================================================
@@ -32,7 +32,7 @@
use Template::Plugin;
use XML::RSS;
-$VERSION = sprintf("%d.%02d", q$Revision: 2.59 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.60 $ =~ /(\d+)\.(\d+)/);
sub load {
return $_[0];
@@ -177,12 +177,12 @@
=head1 VERSION
-2.58, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.59, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.58 +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.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- Simple.pm 2003/04/24 09:14:47 2.57
+++ Simple.pm 2003/07/24 16:16:48 2.58
@@ -16,7 +16,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: Simple.pm,v 2.57 2003/04/24 09:14:47 abw Exp $
+# $Id: Simple.pm,v 2.58 2003/07/24 16:16:48 abw Exp $
#
#============================================================================
@@ -31,7 +31,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.57 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.58 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -107,12 +107,12 @@
=head1 VERSION
-2.56, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.57, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.30 +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.29
retrieving revision 2.30
diff -u -r2.29 -r2.30
--- Style.pm 2003/04/24 09:14:47 2.29
+++ Style.pm 2003/07/24 16:16:48 2.30
@@ -16,7 +16,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Style.pm,v 2.29 2003/04/24 09:14:47 abw Exp $
+# $Id: Style.pm,v 2.30 2003/07/24 16:16:48 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.29 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.30 $ =~ /(\d+)\.(\d+)/);
$DYNAMIC = 1;
$FILTER_NAME = 'xmlstyle';
@@ -331,12 +331,12 @@
=head1 VERSION
-2.28, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.29, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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.65 +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.64
retrieving revision 2.65
diff -u -r2.64 -r2.65
--- XPath.pm 2003/04/28 17:21:49 2.64
+++ XPath.pm 2003/07/24 16:16:49 2.65
@@ -17,7 +17,7 @@
#
#----------------------------------------------------------------------------
#
-# $Id: XPath.pm,v 2.64 2003/04/28 17:21:49 abw Exp $
+# $Id: XPath.pm,v 2.65 2003/07/24 16:16:49 abw Exp $
#
#============================================================================
@@ -33,7 +33,7 @@
use base qw( Template::Plugin );
use vars qw( $VERSION );
-$VERSION = sprintf("%d.%02d", q$Revision: 2.64 $ =~ /(\d+)\.(\d+)/);
+$VERSION = sprintf("%d.%02d", q$Revision: 2.65 $ =~ /(\d+)\.(\d+)/);
#------------------------------------------------------------------------
@@ -267,12 +267,12 @@
=head1 VERSION
-2.62, distributed as part of the
-Template Toolkit version 2.09b, released on 24 April 2003.
+2.64, distributed as part of the
+Template Toolkit version 2.10, released on 24 July 2003.
=head1 COPYRIGHT
- Copyright (C) 1996-2002 Andy Wardley. All Rights Reserved.
+ Copyright (C) 1996-2003 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