8
0

- update to 2.24

* Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
    dquote, trim, collapse, html and xml.
  * Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
    signs were in an arguement.
  * Fixed bug RT#74335 - Added documentation for some methods that were 
    lacking it to keep Pod::Coverage happy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Toolkit?expand=0&rev=23
This commit is contained in:
Vítězslav Čížek
2012-02-13 14:25:55 +00:00
committed by Git OBS Bridge
parent e0332ff500
commit 87d4fa778a
4 changed files with 34 additions and 22 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 10 02:35:25 UTC 2012 - vcizek@suse.com
- update to 2.24
* Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
dquote, trim, collapse, html and xml.
* Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
signs were in an arguement.
* Fixed bug RT#74335 - Added documentation for some methods that were
lacking it to keep Pod::Coverage happy.
-------------------------------------------------------------------
Sat Jan 21 11:48:21 UTC 2012 - pascal.bleser@opensuse.org