pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.001002 2010-02-22 17:00EST
- Add Test::Exception to the test_requires (RT#54357)
- Warning when you try to import things from MooseX::Types::Common rather
than one of the specific String/Numeric modules in the distribution.
Upstream changes:
2.37 February 2 2010 - Minor
+ Added set_chartarea() and set_plotarea() methods to set
chart and plot background colours and border lines.
! Fixed bug where embedded charts gave "Data may be lost"
warning. Reported by Andreas Strobitzer.
! Fixed issue where set_properties() didn't work with ::Big.
Marked ::Big as deprecated in the docs in favour of using
Spreadsheet::WriteExcel directly. Removed WorkbookBig.pm.
pkgsrc changes:
- Apply patch from PR pkg/42835
- Add license definition
- Add PERL5_REQD to ensure that required core modules are available
Upstream changes:
0.13
Allow to display LCSS output in diagnostics
0.12
Show longest common substring in diagnostics
(Breno G. de Oliveira)
pkgsrc changes:
- "drop" explicit core dependency
Upstream changes:
* important changes in version 1.58 17/02/2010
- Apply a patch from toddr@null.net that addreses RT #54714
Subject: $@ not cleaned up after eval
This section of code seems to be trying to use future functionality
not yet present in IO::Zlib (tell). I was chasing another bug and
getting very confused by this population of $@. Could I request you
cleanup $@ if you expect and/or don't care about failure from this eval?
Upstream changes:
0.17 20 Feb 2010
* fix a bug affecting generated postamble code in RDBO classes.
Reported by Adam Mackler.
* map RDBO column remarks() to RHTMLO field description().
Upstream changes:
1.35 Fri Feb 19 12:45 2010
- Fix for returning potential bug that returns old stored data. Could
occur if you mix deletes (thanks Darrell Bishop)
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.05003 2010-02-20 05:19:51
- support for custom_column_info, datetime_timezone and datetime_locale
(rbo)
- improve parsing of SQLite tables when a column definition
spans multiple lines (hobbs)
- fix missing trailing _id stripping for some relationship
names (rbuels)
- fixed accessor POD bug, was not dereferencing scalar refs
before printing (rbuels)
pkgsrc changes:
- Adjust license definition
Upstream changes:
- Bug fix:
# bug in version 0.08 and older, result was error:
# Modification of a read-only value attempted
# at lib/CSS/Squish.pm line 220
pkgsrc changes:
- Use correct module type for perl install routine
Upstream changes:
0.42 Thu Feb 18 10:13:11 PST 2010
* Inline uri_unescape to drop URI::Escape which is the only non-core
dependency of this distribution. -- miyagawa
* Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. -- miyagawa
O'Reilly's WebSite server misuses COOKIE environment instead of
HTTP_COOKIE. We don't need to replicate that bug since
HTTP::Server::Simple is a server, not a CGI library like CGI.pm.
0.41_01 Tue Feb 2 12:08:15 PST 2010
* Pluggable CGI class support based on a patch from NANIS
Upstream changes:
2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.
* Imp: support for iso-8859-6-[ei], iso-8859-8-[ei]. cf. report by
Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>.
* Imp: support for iso-8859-16.
* Imp: Allow body transfer-encoding profile "S".
* Chg: Default body transfer-encoding for UTF-8 from "B" to "S".
* Doc: Some fixes. New section "Incompatible changes".
* Fix: META.yml: optional_features is not hashref but arrayref.
Thanks SREZIC@CPAN.