Upgrade to Sys::Syslog 0.12
[p5sagit/p5-mst-13.2.git] / ext / Sys / Syslog / Changes
1 Revision history for Sys-Syslog
2
3 0.12    2006.01.07
4         [CODE] Merged some modifications from bleadperl.
5         [DOC] Added a link to an article about Sys::Syslog.
6         [TESTS] Removed optional dependency on Test::Exception.
7         [TESTS] Improved t/constant.t
8         [TESTS] Rewrote t/constants.t because future versions of 
9         ExtUtils::Constant will prevent the constant() function from 
10         being directly called.
11
12 0.11    2005.12.28
13         [BUGFIX] setlogmask() now behaves like its C counterpart.
14         [CODE] Can now export and use the macros. 
15         [CODE] Support for three Exporter tags.
16         [CODE] XSLoader is now optional.
17         [CODE] No longer "use"s Sys::Hostname as it was "require"d where needed.
18         [CODE] RT#16604: Use local timestamp.
19         [DIST] Merged change from blead@26343
20         [DOC] Improved documentation.
21         [TESTS] Added more tests to t/syslog.t in order to increase code coverage.
22
23 0.10    2005.12.08
24         [DOC] Improved documentation.
25         [TESTS] Added -T to t/syslog.t
26         [TESTS] Added t/constants.t to check the macros.
27         [TESTS] Added t/distchk.t, t/podspell.t, t/podcover.t, t/portfs.t
28
29 0.09    2005.12.06
30         [CODE] Now setlogsock() really croak(), as documented.
31         [DIST] CPANized from blead@26281.
32         [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly 
33         used, with a fallback in the case it's not available.
34         [DIST] Bumped version to 0.09
35         [DOC] Added support and license information.
36         [TESTS] Rewrote and ported t/syslog.t to Test::More
37