OBS-URL: https://build.opensuse.org/request/show/295777 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-EntityModel-Log?expand=0&rev=4
72 lines
2.9 KiB
Plaintext
72 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 13 17:42:53 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.006
|
|
see /usr/share/doc/packages/perl-EntityModel-Log/Changes
|
|
|
|
0.006 2014-06-27 19:12:10+01:00 Europe/London
|
|
Features:
|
|
* Better stacktrace output (also fixes sprintf warnings on 5.21)
|
|
|
|
Cleanup:
|
|
* Removed smartmatch usage
|
|
|
|
0.005 2013-04-02 02:06:35 Europe/London
|
|
Fix odd behaviour when setting path without explicitly opening:
|
|
EntityModel::Log->instance->path('output.log')->min_level(0);
|
|
Also ensure that ->handle returns a handle even when we're reopening.
|
|
|
|
RTs fixed:
|
|
* #84342 - disable the new smartmatch warning introduced in perl 5.017.011,
|
|
untested since perlbrew doesn't have that perl version available (yet! apparently
|
|
it should pick it up when http://www.cpan.org/src/README.html has it). Thanks
|
|
to Andreas for finding+reporting.
|
|
|
|
0.004 2011-09-18 23:37:00 Europe/London
|
|
API-BREAKING cleanup to method names. If you're using this please note that some camelCase names
|
|
are renamed, hopefully for the better.
|
|
|
|
Stack trace is possibly more useful now, uses a fake format string %S entry.
|
|
|
|
Stringify blessed objects in stack trace to avoid massive stack trace
|
|
output when deeper objects are on the stack.
|
|
|
|
OO methods added, not that I've used them much. Synopsis updated accordingly.
|
|
|
|
Also provide some sort of primitive Test::Harness integration, and some examples.
|
|
|
|
0.003 2011-07-26 23:15:24 Europe/London
|
|
Use STDERR as the default handle, rather than randomly creating entitymodel.log files.
|
|
Only check handle once in ->close, and move the close-on-fork to a separate
|
|
method which avoids closing unless we're already open.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 17:42:52 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.004
|
|
see /usr/share/doc/packages/perl-EntityModel-Log/Changes
|
|
|
|
0.004 2011-09-18 23:37:00 Europe/London
|
|
API-BREAKING cleanup to method names. If you're using this please note that some camelCase names
|
|
are renamed, hopefully for the better.
|
|
|
|
Stack trace is possibly more useful now, uses a fake format string %S entry.
|
|
|
|
Stringify blessed objects in stack trace to avoid massive stack trace
|
|
output when deeper objects are on the stack.
|
|
|
|
OO methods added, not that I've used them much. Synopsis updated accordingly.
|
|
|
|
Also provide some sort of primitive Test::Harness integration, and some examples.
|
|
|
|
0.003 2011-07-26 23:15:24 Europe/London
|
|
Use STDERR as the default handle, rather than randomly creating entitymodel.log files.
|
|
Only check handle once in ->close, and move the close-on-fork to a separate
|
|
method which avoids closing unless we're already open.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 14 11:25:15 UTC 2011 - coolo@opensuse.org
|
|
|
|
- initial package
|
|
|