r5197 - in /packages/libtemplate-multilingual-perl/branches/upstream/current: Changes META.yml README lib/Template/Multilingual.pm lib/Template/Multilingual/Parser.pm

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Apr 19 10:03:57 UTC 2007


Author: eloy
Date: Thu Apr 19 10:03:57 2007
New Revision: 5197

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5197
Log:
[svn-upgrade] Integrating new upstream version, libtemplate-multilingual-perl (0.08)

Modified:
    packages/libtemplate-multilingual-perl/branches/upstream/current/Changes
    packages/libtemplate-multilingual-perl/branches/upstream/current/META.yml
    packages/libtemplate-multilingual-perl/branches/upstream/current/README
    packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual.pm
    packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual/Parser.pm

Modified: packages/libtemplate-multilingual-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-multilingual-perl/branches/upstream/current/Changes?rev=5197&op=diff
==============================================================================
--- packages/libtemplate-multilingual-perl/branches/upstream/current/Changes (original)
+++ packages/libtemplate-multilingual-perl/branches/upstream/current/Changes Thu Apr 19 10:03:57 2007
@@ -1,4 +1,7 @@
 Revision history for Template-Multilingual
+
+0.08    2006-11-29
+        fix incorrect doc
 
 0.07    2006-08-26
         remove Module::Signature support, does more harm than good

Modified: packages/libtemplate-multilingual-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-multilingual-perl/branches/upstream/current/META.yml?rev=5197&op=diff
==============================================================================
--- packages/libtemplate-multilingual-perl/branches/upstream/current/META.yml (original)
+++ packages/libtemplate-multilingual-perl/branches/upstream/current/META.yml Thu Apr 19 10:03:57 2007
@@ -1,18 +1,23 @@
 ---
 name: Template-Multilingual
-version: 0.07
+version: 0.08
 author:
-  - Eric Cholet <cholet at logilune.com>
+  - 'Eric Cholet <cholet at logilune.com>'
 abstract: Multilingual templates for Template Toolkit
 license: perl
+resources:
+  license: http://dev.perl.org/licenses/
 requires:
   Template: 2
   Test::More: 0
 provides:
   Template::Multilingual:
     file: lib/Template/Multilingual.pm
-    version: 0.07
+    version: 0.08
   Template::Multilingual::Parser:
     file: lib/Template/Multilingual/Parser.pm
-    version: 0.07
-generated_by: Module::Build version 0.2609
+    version: 0.08
+generated_by: Module::Build version 0.2805
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.2.html
+  version: 1.2

Modified: packages/libtemplate-multilingual-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-multilingual-perl/branches/upstream/current/README?rev=5197&op=diff
==============================================================================
--- packages/libtemplate-multilingual-perl/branches/upstream/current/README (original)
+++ packages/libtemplate-multilingual-perl/branches/upstream/current/README Thu Apr 19 10:03:57 2007
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 2005/04/10 16:56:51 eric Exp $
+$Id: README,v 1.2 2006/08/26 11:52:51 eric Exp $
 
 --------
 Abstract

Modified: packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual.pm?rev=5197&op=diff
==============================================================================
--- packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual.pm (original)
+++ packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual.pm Thu Apr 19 10:03:57 2007
@@ -4,7 +4,7 @@
 use base qw(Template);
 use Template::Multilingual::Parser;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 sub _init
 {
@@ -78,7 +78,7 @@
 The LANGUAGE_VAR option can be used to set the name of the template
 variable which contains the current language.
 
-  my $parser = Template::Multilingual::Parser->new({
+  my $parser = Template::Multilingual->new({
      LANGUAGE_VAR => 'global.language',
   });
 
@@ -136,7 +136,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2005 Eric Cholet, All Rights Reserved.
+Copyright 2005, 2006 Eric Cholet, All Rights Reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual/Parser.pm?rev=5197&op=diff
==============================================================================
--- packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual/Parser.pm (original)
+++ packages/libtemplate-multilingual-perl/branches/upstream/current/lib/Template/Multilingual/Parser.pm Thu Apr 19 10:03:57 2007
@@ -3,7 +3,7 @@
 use strict;
 use base qw(Template::Parser);
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 sub new
 {
@@ -189,7 +189,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2005 Eric Cholet, All Rights Reserved.
+Copyright 2005, 2006 Eric Cholet, All Rights Reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list