Upstream changes:
Version 3.48
[BUG FIXES]
1. <optgroup> default values are now properly escaped.
Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
2. The change to exception handling in CGI::Carp introduced in 3.47 has been
reverted for now. It caused regressions reported in RT#49630.
Thanks to mkanat for the report.
[DOCUMENTATION]
1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)
[INTERNALS]
1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
pkgsrc changes:
- Adding license definition
Upstream changes:
Version 6.04 24.10.2009
+ Solved RT ticket #50796 (inform type of license)
+ Made the test suite compatible with Perl versions < v5.6.0
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
[1.02] Released on 2009-10-22
Documentation changes. META.yml "enhancements". Moved author
tests out of the way of normal testing.
Now requires Perl-Critic version 1.105 or newer. Fixed source
code to be compliant with this version. Reported by Xavier Caron.
pkgsrc changes:
- Adding license definition
Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
- Production release.
0.49_02 Sat Aug 2 13:00:21 GMT 2008
- Added support for all diff styles supplied by Text::Diff. Requested by
Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
- Add Build.PL.
- Convert to universally use Test::More instead of Test.
0.49_01 Fri Aug 1 09:04:58 GMT 2008
- Convert to modern Perl distribution.
- Applied doc suggestion from Slaven Rezic
(http://rt.cpan.org/Ticket/Display.html?id=24297)
- Bumped up version number higher than normal because I forgot to quote
the "developer release" number last time.
- Applied Mark Stosberg's patch which fixed the { a => 1 } versus
{ a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
pkgsrc changes:
- Adjusting license definition
- Adjusting dependencies according to META.yml (choosing the higher
versions in case of duplicated entries)
Upstream changes:
0.361 20/10/2009
- Keep Makefile.PL in synch.
0.36 18/10/2009
- Mark for production.
- Removed 'dump.t' files in tests.
- Improve Test::Aggregate::Nested docs.
- Removed some dead code.
- Suppress multiple plans (#48352, Chisel Wright)
0.35_07 19/08/2009
- Added missing files to MANIFEST.
0.35_06 28/06/2009
- Added support for nested TAP via Test::Aggregate::Nested.
- I really, really need to get a real release out.
0.35_05 20/05/2009
- Removed bogus test file throwing my counts off. No wonder all tests
were failing for people!
- Remove development lib links.
0.35_04 Unreleased.
- Unlink dump files in tests.
0.35_03 15/05/2009
- Don't run done_testing() in tests if it doesn't exist.
0.35_02 14/05/2009
- Deprecate tests run in BEGIN/END/CHECK/INIT.
See http://use.perl.org/~Ovid/journal/38974 for more information.
- check_plan, if set, is now done at the end of each test instead of
the end of all tests.
- Make it work with the Test::Builder 0.88 and previous versions.
- Embed the calling test script name in a comment at the top of the
dump file.
- Fix a doc typo (thanks to Offer Kaye for the report)
- Cleaned up some tests.
0.35_01 18/11/2008
- Make 'exit()' scream loudly if called.
- Move Test::Aggregate::Builder globals into a hashref in the object.
Further encapsulation to come later.
- Export &run_this_test_program from Test::Aggregate to make dump
files cleaner.
- Reorganize the test suite to avoid false negatives.
2-clause BSD license.
This license does not just use slightly different words from the 3-clause
BSD license but adds a new clause to prohibit certain forms of promotion
without the copyright holders permission.
Upstream changes:
2009-10-22 John Peacock <jpeacock@cpan.org>
Forgot to edit the README
2009-10-15 John Peacock <jpeacock@cpan.org>
Make sure we override the system version.pm in the core for perl5.10.x
2009-10-15 John Peacock <jpeacock@cpan.org>
Bump $VERSION in all files and add README text
2009-10-15 John Peacock <jpeacock@cpan.org>
Smarter handling of non-magic v-strings.
Resolves https://rt.cpan.org/Ticket/Display.html?id=50347
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
Version 6.2 16.10.2009
+ Split the "Date::Calc" distribution into a pure-Perl and a C/XS part
Version 6.1 15.10.2009
+ United "Date::Calc" and "Date::Pcalc" into a single distribution
+ Fixed Polish names of months and days of week (RT ticket #14159)
pkgsrc changes:
- Adding license definition
- Handling bundled Module::Install
Upstream changes:
1.00 Thu 22 Oct 2009
- Upgrading to Module::Install::DSL 0.91
- Switching to a prod version (finally)
- Optionally track where leaked objects come from
- Fix dumping to STDERR at END (previously dumped to STDOUT)
- Tests for that
Upstream changes:
Version 6.03 18.10.2009
+ Re-release to resolve confusion in CPAN caused by intermediate release
of Carp::Clan 5.4 (backport of bugfix #50560 below for Perls < v5.6.0)
Version 6.02 17.10.2009
+ Forgot to fix the bug of duplicated prefixes in _longmsg as well
Version 6.01 16.10.2009
+ Fixed bug of duplicated prefixes (RT ticket #50560)
Upstream changes:
2009-10-06 Release 5.833
Gisle Aas (5):
Deal with cookies that expire far into the future [RT#50147]
Deal with cookies that expire at or before epoch [RT#49467]
Pass separate type for https to LWP::ConnCache [RT#48899]
Improved handling of the User-Agent header [RT#48461]
HTTP::Cookies add_cookie_header previous Cookies [RT#46106]
Andreas J. Koenig (1):
Improve diagnostics from LWP::UserAgent::mirror [RT#48869]
Slaven Rezic (1):
mirror should die in case X-Died is set [RT#48236]
Ville Skytt"a (1):
Increase default Net::HTTP max line length to 8k.
Upstream changes:
2009-10-22 Release 3.63
Gisle Aas (2):
Take more care to prepare the char range for encode_entities [RT#50170]
decode_entities confused by trailing incomplete entity
Upstream changes:
0.25 2009-10-22 21:40:00 BST
- Fix bug where old unrelated $@ values would result in an error.
0.24 2009-10-18 19:10:00 BST
- Fixup copyright information
0.23 2009-10-06 17:40:39
- Move actions out of TestApp into a Root controller as
this is now deprecated.