- updated to 1.17 see /usr/share/doc/packages/perl-Hash-AutoHash/Changes 1.17 2013-10-05 No functional changes Updated depdendencies Fixed boilerplate & pod tests 1.16 2012-12-11 Fixed more deprecated syntax: defined @array deprecated in 5.16 or so Fixed tests that were failing because of hash key randomization introduced in 5.16 1.15 2012-09-18 Changed version number in helper package for consistency with other AutoHash modules 1.14 2012-09-02 INCOMPATIBLE CHANGE: no longer possible to use method notation for keys with the same names as methods inherited from UNIVERSAL (the base class of everything). These are 'can', 'isa', 'DOES', and 'VERSION'. The reason is that as of Perl 5.9.3, calling UNIVERSAL methods as functions is deprecated and developers are encouraged to use method form instead. Previous versions of AutoHash are incompatible with CPAN modules that adopt this style. 1.13 2012-09-01 Added test for version number in POD Changed tests to correct errors found by CPAN testers that look like 'deprecated use of qw(...) as parentheses' although the actual error message is 'Global symbol "$test" requires explicit package name' OBS-URL: https://build.opensuse.org/request/show/297271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Hash-AutoHash?expand=0&rev=8
56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 16 17:28:17 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.17
|
|
see /usr/share/doc/packages/perl-Hash-AutoHash/Changes
|
|
|
|
1.17 2013-10-05
|
|
No functional changes
|
|
Updated depdendencies
|
|
Fixed boilerplate & pod tests
|
|
|
|
1.16 2012-12-11
|
|
Fixed more deprecated syntax: defined @array deprecated in 5.16 or so
|
|
Fixed tests that were failing because of hash key randomization
|
|
introduced in 5.16
|
|
|
|
1.15 2012-09-18
|
|
Changed version number in helper package for consistency with other
|
|
AutoHash modules
|
|
|
|
1.14 2012-09-02
|
|
INCOMPATIBLE CHANGE: no longer possible to use method notation for keys
|
|
with the same names as methods inherited from UNIVERSAL (the base class
|
|
of everything). These are 'can', 'isa', 'DOES', and 'VERSION'. The
|
|
reason is that as of Perl 5.9.3, calling UNIVERSAL methods as functions
|
|
is deprecated and developers are encouraged to use method form instead.
|
|
Previous versions of AutoHash are incompatible with CPAN modules that
|
|
adopt this style.
|
|
|
|
1.13 2012-09-01
|
|
Added test for version number in POD
|
|
Changed tests to correct errors found by CPAN testers that look like
|
|
'deprecated use of qw(...) as parentheses' although the actual error
|
|
message is 'Global symbol "$test" requires explicit package name'
|
|
Changes to Build.PL
|
|
- Removed redundant 'dist_version_from' param
|
|
- Added Module::Build to configure_requires
|
|
- Changed create_makefile_pl from deprecated 'passthrough' to 'small'
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 16:15:13 UTC 2010 - coolo@novell.com
|
|
|
|
- fix usage of suse_version macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:32:45 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 28 16:32:48 UTC 2010 - chris@computersalat.de
|
|
|
|
- initial package 1.12
|
|
* created by cpanspec 1.78
|
|
|