- Updating module to 0.32
Upstream changes:
version: 0.32
date: Mon Jan 12 11:23:55 IST 2009
changes:
- newSVpvs is not portable, change to newSVpvn
- update ppport.h options
version: 0.31
date: Mon Jan 12 11:23:55 IST 2009
changes:
- Fix the leak test so it doesn't load an unused, undeclared dependency
(Test::LongString)
- Updating package to 3.17
Upstream changes:
3.17 - 2009-03-15
* rework PTR macros, fixing PTR2ul for 5.6.1
(fixes CPAN #39802, thanks to CHOCOLATE for
reporting and providing a patch)
* added support for the following API
PTR2nat
(second part of fix for CPAN #39802)
- Updating package for ExtUtils::MakeMaker to 6.50
Upstream changes:
6.50 Sun Mar 22 12:28:06 PDT 2009
Windows
* Remove the special checks for compilers that need a "manifest". Instead,
the code will just be a no-op if there's no manifest. Or something.
I dunno, I'm hoping Jan and Steve know what they're doing.
[rt.perl.org 61492]
6.49_01 Thu Feb 19 17:06:36 PST 2009
New OS Support
* Recognize "Haiku", a resurrection of BeOS.
New Features
- META.yml now includes ExtUtils::MakeMaker in build_requires by
default.
Test Fixes
- ExtUtils::Install 1.51 changed its output breaking some tests that
were looking for /^Writing/ [rt.cpan.org 42927]
Bug Fixes
- Upgrade bundled modules: ExtUtils::Install 1.52, ExtUtils::Command
1.16, ExtUtils::Manifest 1.56.
Other
- The MakeMaker repository moved slightly. Changed the metadata to
reflect this. [rt.cpan.org 41571]
- Updating module to 0.44
Upstream changes:
By: smueller on 2009/02/02
* Abandon support for perl 5.005.
* Merging of the various requires-like META.yml sections in
merge_par.
* This is 0.44.
By: smueller on 2009/01/23
* Don't rely on the return value of ExtUtils::Install::(un)?install
to indicate success or failure of the (un)?installation.
* This is 0.43.
- Updating package p5-Text-CSV_XS to 0.64
Upstream changes:
2009-04-03 0.64 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Skip perlio tests for perl older than 5.8, as perlio
was experimental in 5.6
* Up Devel::PPPort to 3.17
* Fix initialisation of eol => undef (could cause core dump)
* Added configure_require to META.yml
- Updating package to 0.17
Upstream changes:
0.17 2009-03-10
- Make unicode test work on older Perls.
0.16 2009-03-09
- Add unicode test.
0.15 2009-03-09
- Add some logging to help diagnose smoke failures.
0.14 2009-03-07
- Croak if 4 char key string is not 8-bit clean. See #33672.
- Updating package to 0.82
Upstream changes:
0.82 Wed 9 Apr 2009 - Adam Kennedy
- if configure_requires has ExtUtils::MakeMaker and it's version
requires perl 5.6, require perl 5.6 for dist in META.yml (CHORNY)
- Fixes to Module/AutoInstall.pm: (MSTROUT)
- don't prompt for required dependencies under CPAN/CPANPLUS
- allow PERL_AUTOINSTALL_PREFER_CPAN env var to disable cpanp use
- Module::Install::DSL now correctly installs itself into the
generated tarball (ADAMK)
- Preferentially dispatch leading-underscore methods used in plugins
to the main Module::Install object (ADAMK)
0.81 Tue 24 Mar 2009 - Adam Kennedy
- Use 3-argument open when Perl >= 5.006 (ADAMK)
- Support for 'keywords' key in META.yml (CHORNY)
- More URLs for licenses, test for this (CHORNY)
- tests for extracting link to bugtracker,
will more correctly extract them (CHORNY)
- Adding version-normalising Module::Install::_cmp
(for <=> equivalent on versions) (ADAMK)
- If the Makefile.PL time is in the future by only a few seconds
(probably due to 2-second filesystem time rounding on Win32)
sleep for 5 seconds to avoid the problem. (ADAMK)
- Moving from Module::Install::DSL to inc::Module::Install::DSL
(to reduce the Makefile.PL header for DSL mode to one line) (ADAMK)
- Adding convenience pod reading Module::Install::_readpod (ADAMK)
- Adding convenience pod stripping Module::Install::_readperl (ADAMK)
- Adding experimental requires_from command to auto-detect requires (ADAMK)
- Add a "Writing MYMETA.yml" status message (ADAMK)
- Generalising boolean commands (ADAMK)
- Cleaner removal of files during realclean (ADAMK)
- Write META.yml and MYMETA.yml after Makefile to pick up a couple
of extra implicit dependencies. (ADAMK)
- Set a high configure_requires on ExtUtils::MakeMaker for any client
that supports configure_requires. (ADAMK)
- Add a full resolution test for Module::Install::DSL (ADAMK)
- If we write MYMETA.yml, remove it at realclean time (ADAMK)
- Removed the 'Removing META.yml' warning
0.80 Tue 17 Mar 2009 - Adam Kennedy
- Don't generate MYMETA.yml if we don't have YAML::Tiny, even if
we've said we need it. This was breaking Catalyst. (ADAMK)
- Will not ask about auto-installing mandatory dependencies, if
$ENV{PERL5_CPANPLUS_IS_RUNNING} is set (CHORNY)
0.79 Wed 4 Feb 2009 - Adam Kennedy
- Upgrading (and testing) Perl version normalisation
- Adding an experimental-grade implementation of MYMETA.yml
0.78 Sun 25 Jan 2009 - Adam Kennedy
- Much more aggressive dependencies, except PAR::Dist (ADAMK)
- Adding inc::Module::Install::DSL for simple installs (ADAMK)
- We now avoid poking references in @INC in case they
have strange overload behaviours. (PJF, RT #39929)
- installdirs and install_as_* are now documented in
Module/Install.pod (PJF, RT #25111)
- Applied patch RT #38443 from Oleg Kostyuk for two-part
version numbers being passed to perl_version. Calling
'perl_version 5.8' should now work the same as
'perl_version 5.008'. Additional tests added to
t/07_perl_version.t to check this. (PJF, RT #38443)
- Module::Install no longer complains about the phrase
"All rights reserved" in association with open source
licenses. (PJF, RT #41268)
- updating package to 1.24
Upstream changes:
v1.24 2009.04.01
- add verify hostname scheme ftp, same as http
- renew test certificates again (root CA expired, now valid for 10 years)
- updating package to 1.29.03
- removed patch which is applied upstream
Upstream changes:
2009-03-31 Jarkko Hietaniemi <jhi@iki.fi>
* Address rt.cpan.org #44082:
"Bug in compiler detection (Makefile.PL)" (for AIX xlc)
Patch submitted in the report by rehsack at cpan.org.
* Release 1.2903.
- Updating module to 2.41
Upstream changes:
2.41 Added backend support for grouping features in GD::SVG module.
2.40 ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.
- update to 0.86
Upstream changes:
0.86 Fri 27 Mar 2009
- Bug fix for the 64-bit implementation
0.85_01
- For 64-bit perl on Darwin, fall back to File::HomeDir::Unix
as Mac::Carbon is not available
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
- Importing package devel/p5-IO-Compress which updates (finally)
* devel/p5-IO-Compress-Base
* devel/p5-IO-Compress-Bzip2
* devel/p5-IO-Compress-Zlib
* devel/p5-Compress-Zlib
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
- updating module to 1.12.0
Upstream changes:
2.12.0 Released March 28, 2009
- Change large object interface from lo_* to pg_lo_* and make them accessible
via direct $dbh calls (e.g. $dbh->pg_lo_import instead of $dbh->func(..,'pg_lo_import').
The use of $dbh->func(... 'lo_*') is deprecated. [GSM] (CPAN bug #44467)
- Throw an exception for large_object functions called when AutoCommit is on,
but allow pg_lo_import and pg_lo_export to work. Reported by Kynn Jones.
[GSM] (CPAN bug #44461)
- Fix a memory leak when parsing returned arrays. Reported by B~A!lint Szilakszi.
[GSM] (CPAN bug #44225)
- Do proper dequoting of boolean arrays [Armando Santos, GSM] (CPAN bug #43768)
- Use pg_get_expr in column_info when available [Adam Sj~A,gren]
- Fix minor bugs in POD docs. [Frank Wiegand] (CPAN bug #44242)
- Fix minor bug in POD docs. [Tim Mattison]