r77108 - in /trunk/libhtml-template-pro-perl: Changes META.yml README debian/changelog lib/HTML/Template/Pro.pm lib/HTML/Template/Pro/WrapAssociate.pm perl-HTML-Template-Pro.spec

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Jul 4 17:40:08 UTC 2011


Author: periapt-guest
Date: Mon Jul  4 17:40:07 2011
New Revision: 77108

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77108
Log:
New upstream release

Modified:
    trunk/libhtml-template-pro-perl/Changes
    trunk/libhtml-template-pro-perl/META.yml
    trunk/libhtml-template-pro-perl/README
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm
    trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/WrapAssociate.pm
    trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec

Modified: trunk/libhtml-template-pro-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/Changes?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/Changes (original)
+++ trunk/libhtml-template-pro-perl/Changes Mon Jul  4 17:40:07 2011
@@ -290,16 +290,20 @@
 	- bugfix release: segfault in EXPR log subroutine.
 	thanks to Robert Hanniger and Mike Shogin
 
-09502 Fri Jun 18 18:02:28 EEST 2010
+0.9502 Fri Jun 18 18:02:28 EEST 2010
 	- bugfix release: segfault for string operetions
 	with undefined variables. Thanks to Mike Shogin.
 
-09503 Sat Aug 28 18:00:49 EEST 2010
+0.9503 Sat Aug 28 18:00:49 EEST 2010
 	- log file is not truncated now in tmplpro_set_log_file.
 	- freed memory access error fixed.
 	- perl: CommonTest.pm hidden from installation
 	- tests: added generic json-packed test data 
 
-09504 Tue Sep 28 17:16:55 EEST 2010
+0.9504 Tue Sep 28 17:16:55 EEST 2010
 	- bugfix in string comparision
 	- spelling fix by gregor herrmann <gregoa at debian.org>
+
+0.9505 Fri Jul  1 13:27:10 EEST 2011
+	- bugfix in perl wrapper: fix in WrapAssociate.pm
+	  thanks to Viktor Bukhtoyarov

Modified: trunk/libhtml-template-pro-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/META.yml?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/META.yml (original)
+++ trunk/libhtml-template-pro-perl/META.yml Mon Jul  4 17:40:07 2011
@@ -1,12 +1,14 @@
 --- #YAML:1.0
 name:               HTML-Template-Pro
-version:            0.9504
+version:            0.9505
 abstract:           Perl/XS module to use HTML Templates from CGI scripts
 author:
     - I. Yu. Vlasenko <viy at altlinux.org>
 license:            perl or LGPL2+
 distribution_type:  module
 configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
     ExtUtils::MakeMaker:  0
 requires:
     File::Path:  2
@@ -17,7 +19,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libhtml-template-pro-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/README?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/README (original)
+++ trunk/libhtml-template-pro-perl/README Mon Jul  4 17:40:07 2011
@@ -1,4 +1,4 @@
-HTML-Template-Pro version 0.9504
+HTML-Template-Pro version 0.9505
 ==============================
 
 DESCRIPTION

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Mon Jul  4 17:40:07 2011
@@ -1,12 +1,9 @@
-libhtml-template-pro-perl (0.9504-1) UNRELEASED; urgency=low
-
-  IGNORE-VERSION: 0.9504-1
-  New version only contains our patch
-
-  * New upstream release
+libhtml-template-pro-perl (0.9505-1) UNRELEASED; urgency=low
+
   * Removed patch as it has been applied upstream
-
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 01 Oct 2010 15:39:34 +0100
+  * New upstream release
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 04 Jul 2011 18:43:41 +0100
 
 libhtml-template-pro-perl (0.9503-1) unstable; urgency=low
 

Modified: trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm (original)
+++ trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro.pm Mon Jul  4 17:40:07 2011
@@ -12,7 +12,7 @@
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(DynaLoader Exporter);
 
-$VERSION = '0.9504';
+$VERSION = '0.9505';
 
 @EXPORT_OK = qw/ASK_NAME_DEFAULT ASK_NAME_AS_IS ASK_NAME_LOWERCASE ASK_NAME_UPPERCASE ASK_NAME_MASK/;
 %EXPORT_TAGS = (const => [qw/ASK_NAME_DEFAULT ASK_NAME_AS_IS ASK_NAME_LOWERCASE ASK_NAME_UPPERCASE ASK_NAME_MASK/]);

Modified: trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/WrapAssociate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/WrapAssociate.pm?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/WrapAssociate.pm (original)
+++ trunk/libhtml-template-pro-perl/lib/HTML/Template/Pro/WrapAssociate.pm Mon Jul  4 17:40:07 2011
@@ -33,7 +33,7 @@
 
 sub param {
     my $this = shift;
-    return ${$this}->param(@_);
+    return $this->[0]->param(@_);
 }
 
 sub TIEHASH {
@@ -44,17 +44,17 @@
 
 sub FETCH {
     my ($this, $key) = @_;
-    return ${$this}->param($key);
+    return $this->[0]->param($key);
 }
 
 sub EXISTS {
     my ($this, $key) = @_;
-    return defined(${$this}->param($key));
+    return defined($this->[0]->param($key));
 }
 
 sub FIRSTKEY{
     my ($this) = @_;
-    my @param=${$this}->param();
+    my @param=$this->[0]->param();
     $this->[1]=\@param;
     return shift @{$this->[1]};
 }

Modified: trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec?rev=77108&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec (original)
+++ trunk/libhtml-template-pro-perl/perl-HTML-Template-Pro.spec Mon Jul  4 17:40:07 2011
@@ -6,7 +6,7 @@
 %define module HTML-Template-Pro
 
 Name: perl-%module
-Version: 0.9504
+Version: 0.9505
 Release: alt1
 
 Packager: Igor Yu. Vlasenko <viy at altlinux.org>
@@ -51,9 +51,12 @@
 %files
 %doc README Changes README.ru FAQ TODO
 %perl_vendor_archlib/*
-%perl_vendor_man3dir/*
+#perl_vendor_man3dir/*
 
 %changelog
+* Fri Jul 01 2011 Igor Vlasenko <viy at altlinux.ru> 0.9505-alt1
+- new version; see Changes
+
 * Tue Sep 28 2010 Igor Vlasenko <viy at altlinux.ru> 0.9504-alt1
 - new version; see Changes
 




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