0.102 2018-02-20 14:44:17-05:00 America/New_York
- long spacer lines are now line broken
- "empty" spacer lines no longer have leading whitespace
- option specifications ":+" and ":5" (etc.) now get better
presentation in the usage description
0.28 2018-02-11
- Fixed handling of the IN_MOVED_TO event for the Inotify watcher. This event
was being entirely ignored, but we should just treat it as a file creation
event. Fixed by Aaron Crane. PR #2.
7.32 Fri Feb 16 20:10:58 GMT 2018
No changes since v7.31_08
7.31_08 Mon Feb 12 12:19:11 GMT 2018
VMS fixes:
- Fix 8-space line prefixes in MM_VMS.pm
7.31_07 Tue Jan 16 16:09:04 GMT 2018
Bug fixes:
- Change warning text for libscan() README.pod
7.31_06 Tue Jan 16 10:28:11 GMT 2018
Bug fixes:
- Teach libscan() to exclude README.pod
Doc fixes:
- Documented when XSMULTI and XSBUILD are available
- Documented more version requirements for attributes
7.31_05 Sat Nov 25 09:22:51 GMT 2017 (LPW Edition)
Doc fixes:
- Spelling fixes
- clarify behaviour if VENDORLIB and no VENDORARCH
7.31_04 Thu Oct 5 12:22:24 BST 2017
Darwin/NeXT fixes:
- Escape ld -framework flags
7.31_03 Mon Jul 10 09:34:26 BST 2017
Bug fixes:
- Filter out non-XS .a files for static builds
7.31_02 Mon Jun 26 13:53:15 BST 2017
VMS fixes:
- Fixes for .PL tests
- VMS override for static_lib_pure_cmd
- Make the new subdirsstatic test portable
7.31_01 Wed Jun 14 15:57:52 BST 2017
Test fixes:
- Skip static test unless in perl core or in a .git directory
6.011 2018-02-11 12:57:02-05:00 America/New_York
- stashes can now be added in [%Stash] form from a bundle (thanks,
Karen Etheridge)
- use $V env var as an override, when set, in [AutoVersion]
(thanks, Karen Etheridge)
- all remaining uses of Class::Load are replaced with Module::Runtime
(thanks, Karen Etheridge)
-----------------------------------------
version 3.48 at 2018-02-20 21:16:37 +0000
-----------------------------------------
Change: b4932c7dafb32915ca0830f9294b619eaf7a93f3
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-02-20 21:16:37 +0000
Updated for v5.27.9
-----------------------------------------
version 3.46 at 2018-01-20 11:07:29 +0000
-----------------------------------------
Change: f56297606d2b5f0d4a73182943f1eb3bda46b0a4
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-01-20 11:07:29 +0000
Updated for v5.27.8
1.17 Mon Jan 29 17:57:05 CET 2018 rurban
- Added 5.27.8 changes, whereis/whereso is gone for good.
There's still a chance for perl6 compat
1.18 Mon Jan 29 18:09:23 CET 2018 rurban
- Oops, forgot break
1.37 2018-02-23 10:13:44 -0500
- Fixed cmake test which would fail without a C++ compiler (gh#53 ppisar++)
1.36 2018-02-05 10:51:59 -0500
- Production release identical to 1.35_01
1.35_01 2017-12-28 12:42:56 -0500
- Improve diagnostic in command line extraction test
1.34_01 2017-12-27 10:30:10 -0500
- Add env_interpolate meta property.
- PkgConfig plugins now attempt to set PKG_CONFIG environment variable during build
1.33_01 2017-11-08 11:54:19 -0500
- Improve diagnostic for partially installed Alien error
0.082841 2018-01-29 08:10 (UTC)
* Test-suite fixup changes only - no reason to upgrade, wait for 0.082850
* Misc
- Unblock DBD::SQLite (RT#118395)
- Fix missing ORDER BY leading to failures of t/prefetch/grouped.t
under upcoming libsqlite (RT#117271)
- Temporarily disable a non-critical portion of test failing on
upcoming libsqlite, proper fix coming in 0.082850 (RT#119845)
- Add test workaround for ( largely irrelevant ) RT#120129
- Add temporary test-workaround for a devrel of DBD::SQLite
RT#124227 / https://twitter.com/dbix_class/status/957271153751527424
- Add workaround for one of the most damaging "improvements" made
during the modern-perl-era (RT#120827)
- Fix malformed README file encoding (RT#122028)
2018-02-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.045)
* Use API function for reconnect; fixes compilation on MariaDB 10.2.6+.
Fix provided by Pali.
* Fixed broken link to MySQL download page, provided by Mohammad S Anwar.
* Spelling fixes, provided by Ville Skyttä.
1.003010 - 2018-01-28
- use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
compiler availability.
- clarify exported JSON in documentation