2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-03-02 15:34:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.55
Upstream changes:
Changes for version 1.55 - 2019-02-25
Improve AppVeyor tests for older Perls (Thanks Roy Ivy)
Check for Test::More 0.94 and skip tests if not installed where \
done_testing() is used (Thanks Roy Ivy).
Improve workaround for broken Win32 File::Temp taint failure (Thanks Roy Ivy).
Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)
Add checks and skip_all checks for non-core test modules (Thanks Roy Ivy)
|
2019-01-25 14:00:52 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.54
Upstream changes:
1.54 2019-01-13
- Fix tempfile creation during tests on Win32
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-05-06 09:00:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Text-Template: update to 1.53.
1.53 2018-05-02
- Add support for decoding template files via ENCODING constructor arg
[github #11]
- Docs cleanup: replace indirect-object style examples and use class method
style constructor calls in the POD docs
- Docs cleanup: remove hard tabs from POD, replace dated, unfair synopsis
[github #5], convert "THANKS" section to a POD list
|
2018-03-21 13:43:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Text-Template: update to 1.52.
1.52 2018-03-19
- Fix possible 'Subroutine ... redefined' warning (Github #10)
|
2018-03-08 14:07:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Text-Template: update to 1.51.
1.51 2018-03-04
- Add test for nested tags breakage that happened in v1.46
- Turn off strict+warnings in sections where template code is eval'ed
[github #9]
|
2018-02-20 11:07:47 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.50
Upstream changes:
1.50 2018-02-10
*** Revert support for identical start/end delimiters (e.g.: @@foo@@, XXfooXX)
due to breakage with nested tags (see
https://github.com/mschout/perl-text-template/issues/8). Will revisit
this in a future release.
1.49 2018-02-07
- Fix failing tests in v1.48 under perl < 5.8.9
1.48 2018-02-07
- remove COPYING and Artistic files from the dist. These are replaced by
the Dist::Zilla generated LICENSE file.
- use strict/warnings (thanks Mohammad S Anwar)
- remove $VERSION checks from tests. This makes it easier to run the test
with Dist::Zilla and avoids maintenance issue of updating the tests for
each release (Thanks Andrew Ruder).
- Allow precompiled templates to work with preprocessing [#29928] (Thanks
Nik LaBelle)
- Add "strict" option to fill_in(). This adds "use \
strict" and "use vars
(...)" to the prepend section, and only the keys of the HASH option are
allowed in the template. (Thanks Desmond Daignault, Kivanc Yazan, CJM)
[55696]
- Fix templates with inline comments without newline after comment for perl
< 5.18 [34292]
- Don't use bareword file handles
- use three arg form of open()
- Fix BROKEN behaviour so that it returns the text accumulated so far on
undef as documented [28974]
- Source code cleanups
- Minimum perl version is now 5.8.0
- Allow start/end delimiters to be identical (e.g.: @@foo@@, XXfooXX)
(Thanks mirod) [46639]
- Fix + document the FILENAME parameter to fill_in() (Thanks VDB) [106093]
- Test suite cleanups:
+ turn on strict/warnings for all tests
+ run tests through perltidy and formatting cleanup
+ remove number prefixes from test names
+ use Test::More instead of generating TAP by hand
+ use three-arg form of open()
+ don't use indirect object syntax
+ don't use bareword file handles
+ use File::Temp to generate temporary files
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|