- Updating package for p5 module Filter from 1.36 to 1.37
- Setting license to ${PERL5_LICENSE} according to META.yml
Upstream changes:
1.37 9 June 2009
----
* No new feature or bug fixes - just sync with perl core.
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.
Adjusting license to ${PERL5_LICENSE}
Upstream changes:
0.21 2009, Jun 4 (17:08)
- Mark algorithm skiping new lines.
- Better compilation of power regexps.
- Basic capturing for power regexps.
- Updating package for p5 module FormValidator::Simple from 0.23 to 0.28
- Adjusting meta-data (license, dependencies, module type) according to
package information in META.yml and Makefile.PL
Upstream changes since 0.23:
0.28 Mon Jun 22 14:30:00 2009
- bugfix: on single apache process, 'each' command in Profile.pm breaks
hash reference.
Thanks to asannou.
- Updating package for p5 module Search::Xapian from 1.0.12.0 to
1.0.13.1
- Setting license to ${PERL5_LICENSE} according to README file
- Adding PKG_DESTDIR_SUPPORT
Upstream changes:
1.0.13.1 Tue May 26 13:51:18 GMT 2009
[Changes contributed by Olly Betts]
- Deprecate Search::Xapian::MSet::matches() and make it issue a
warning. Please use Search::Xapian::MSet::items() instead.
- Add another translated example: simplematchdecider.pl
1.0.13.0 Sat May 23 15:10:39 GMT 2009
[Changes contributed by Olly Betts]
- Add Search::Xapian::MSet::matches() method which returns an array
tied to the MSet (much like Search::Xapian::Enquire::matches(), but
you get access to the MSet object itself).
- Add new translated version of the simple examples from the Python
bindings.
- Add more fully featured examples: full-indexer.pl and
full-searcher.pl.