Files
perl-Data-Munge/perl-Data-Munge.changes
2024-07-11 11:50:06 +00:00

107 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Tue Jul 9 05:30:00 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.111.0 (0.111)
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.111 2024-07-08
* Add is_callable.
-------------------------------------------------------------------
Fri Apr 5 03:06:18 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.101
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.101 2024-04-04
* Work around a warning in the development version of perl (thanks,
Shlomi Fish). [RT#152677]
-------------------------------------------------------------------
Fri Mar 8 22:16:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Wed Mar 22 03:06:54 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.10
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.10 2023-03-21
* Drop dependency on 'base' and 'Test::More'; switch to 'Test2::V0'
instead.
* Update links in documentation.
* Autogenerate README from POD.
-------------------------------------------------------------------
Sat Mar 18 06:25:17 UTC 2017 - coolo@suse.com
- updated to 0.097
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.097 2017-03-17
* Don't require '.' in @INC during install.
-------------------------------------------------------------------
Tue Mar 8 10:04:31 UTC 2016 - coolo@suse.com
- updated to 0.096
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.096 2016-03-02
* eval_string() now preserves the value of $@ both inside the eval'd
code and outside (if no exception is thrown).
-------------------------------------------------------------------
Sat May 9 07:52:13 UTC 2015 - coolo@suse.com
- updated to 0.095
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.095 2015-05-08
* Extend documentation for slurp, submatches, eval_string.
-------------------------------------------------------------------
Mon Apr 13 18:10:56 UTC 2015 - coolo@suse.com
- updated to 0.094
see /usr/share/doc/packages/perl-Data-Munge/Changes
0.094 2015-03-08
* elem("$ref", [$ref]) is now false.
(elem($ref, ["$ref"]) had been false before.)
0.093 2014-12-23
* Fix typo in synopsis (thanks, Ivan Wills).
0.092 2014-11-25
* Work around some parser bug in perl 5.6.
0.091 2014-11-19
* Work around regex bug (#115242) in perls < 5.18 that causes spurious
test failures.
0.09 2014-11-18
* Add slurp.
* Don't leave $VERSION and @EXPORT in scope for eval_string.
0.08 2014-09-15
* Make trim(undef) return undef without warnings.
0.07 2013-10-22
* eval_string() now sets __FILE__ and __LINE__ for the eval'd code.
This may or may not make error locations more useful.
0.06 2013-03-07
* add elem
0.05 2013-03-05
* add trim, eval_string, and rec
-------------------------------------------------------------------
Fri Nov 11 12:02:00 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.04)