forked from pool/perl-Struct-Dumb
- updated to 0.14 see /usr/share/doc/packages/perl-Struct-Dumb/Changes 0.14 2023-02-11 [CHANGES] * Updates to `feature 'class'` support, using `:param` instead of `ADJUST` blocks * Swap all unit tests from `Test::More` to `Test2::V0` * Drop test-time dependence on `Test::Fatal` OBS-URL: https://build.opensuse.org/request/show/1065494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Struct-Dumb?expand=0&rev=18
117 lines
3.8 KiB
Plaintext
117 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Feb 12 03:09:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.14
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.14 2023-02-11
|
|
[CHANGES]
|
|
* Updates to `feature 'class'` support, using `:param` instead of
|
|
`ADJUST` blocks
|
|
* Swap all unit tests from `Test::More` to `Test2::V0`
|
|
* Drop test-time dependence on `Test::Fatal`
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 28 03:06:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.13
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.13 2022-08-27
|
|
[CHANGES]
|
|
* Use `feature 'class'` instead of blessed ARRAYrefs on perls which
|
|
support that, as an experiment to test how well that works
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 03:12:17 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.12
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.12 2020-04-21
|
|
[BUGFIXES]
|
|
* Better ways to detect late-loading of Data::Dump.
|
|
+ Avoid touching its $VERSION
|
|
+ Check it is loaded when the destroywatch is invoked before
|
|
actually applying filter
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 03:10:41 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.11
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.11 2020-04-17
|
|
[BUGFIXES]
|
|
* Fix for detecting Data::Dump being loaded afterward Struct::Dumb
|
|
|
|
0.10 2020-04-17
|
|
[CHANGES]
|
|
* Optional named parameter versions of constructor functions
|
|
* Apply hackery to Data::Dump to allow it to print structures
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 11 10:50:16 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.09
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.09 2016/03/09 17:49:17
|
|
[CHANGES]
|
|
* Allow callers to allow ARRAY dereference for special circumstances
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 16 10:07:04 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.08
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.08 2015/12/15 17:45:46
|
|
[CHANGES]
|
|
* Support perl 5.8.x (which lacks overloading.pm)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 12 09:14:03 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.07
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.07 2015/10/11 12:37:51
|
|
[BUGFIXES]
|
|
* Provide the other conversion overload operations and allow fallback
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 10 09:26:35 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.06
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.06 2015/10/07 00:24:52
|
|
[BUGFIXES]
|
|
* Ensure that structs are still boolean true
|
|
|
|
0.05 2015/10/06 23:12:58
|
|
[BUGFIXES]
|
|
* Throw an exception on attempts to dereference a struct as an
|
|
array (RT107583)
|
|
* Throw an exception if accessor-mutators are invoked with extra
|
|
arguments
|
|
* Give AUTOLOAD :lvalue context so it reports the right message for
|
|
attempts to assign to missing fields (RT107577)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 2 09:37:16 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.04
|
|
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
|
|
|
|
0.04 2015/09/30 18:29:01
|
|
[CHANGES]
|
|
* Support creating a predicate test function
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 18:50:55 UTC 2015 - coolo@suse.com
|
|
|
|
- initial package
|
|
|