2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
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
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-07-16 10:52:39 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 5.4
Upstream changes:
Thu May 29 2014 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.4
Do not escape CDATA content.
Tue May 27 2014 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.3
Fix CDATA not being printed properly by as_XML. RT #95970
Fix Devel::Cover declared as build_requires but not used RT #93155
Fix XML::Catalog version number mismatch. RT #93154
Mon Dec 9 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.2
Fix local path resolution. RT #90464
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-11-30 12:38:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 5.1
Upstream changes:
Release 5.1
Fix entities in attributes only working for root node. RT #89402
Thu Oct 03 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 5.0
Add support for using XML Catalogs. (related to RT #87010)
Add support for expanding entities.
perl tidy FTW
Remove xt/ deps from Build.PL. RT #78039
Doc typo fixes. RT #66404
Error out if args to new are not in a hash. RT #70654
Add logic to keep entities in attributes when NoExpand is set. RT #88973
Jul 17 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.3
Hard code VERSION in TreeBuilder.pm for PAUSE. RT #86964
Jul 15 2013 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.2
Added store_cdata to handle CDATA.
More test coverage.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-03-11 13:26:14 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-XML-TreeBuilder to 4.1.
based on PR pkg/47636.
Mar 13 2011 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.1
Doc typo fixes. (Ansgar Burchardt) RT #66404
Use same version in all packages for CPAN indexing. RT #66111
Moved perlcritic tests to xt/author
Fix Authors is all PM files
Nov 24 2010 Jeff Fearn <Jeff.Fearn@gmail.com>
Release 4.0
Added NoExpand option to allow entities to be left untouched in xml.
Added ErrorContext option to allow better reporting of error locations.
Expanded tests to test these options.
Added EncodeAmp option to encode unencoded ampersans on parsing.
Switched to Module::Build
Added Perl::Critic tests
Fixed Perl::Critic complaints
Switched t/10main.t to Test::More
Added create_makefile_pl to Build.pl
Bumped HTML::Element req to 4.1 for proper entity handling
|