summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README47
1 files changed, 33 insertions, 14 deletions
diff --git a/README b/README
index 8352945..33c93e3 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
NAME
- Log::Any::Adapter::Callback - (DEPRECATED) Send Log::Any logs to a
- subroutine
+ Log::Any::Adapter::Callback - (DEPRECATED)(ADOPTME) Send Log::Any logs
+ to a subroutine
VERSION
- This document describes version 0.101 of Log::Any::Adapter::Callback
+ This document describes version 0.102 of Log::Any::Adapter::Callback
(from Perl distribution Log-Any-Adapter-Callback), released on
- 2020-01-14.
+ 2023-11-21.
SYNOPSIS
# say, let's POST each log message to an HTTP API server
@@ -51,14 +51,6 @@ SOURCE
Source repository is at
<https://github.com/perlancar/perl-Log-Any-Adapter-Callback>.
-BUGS
- Please report any bugs or feature requests on the bugtracker website
- <https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Any-Adapter-Callb
- ack>
-
- When submitting a bug or request, please include a test-file or a patch
- to an existing test-file that illustrates the bug or desired feature.
-
SEE ALSO
Log::Any::Adapter::Capture
@@ -67,10 +59,37 @@ SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
+CONTRIBUTOR
+ Steven Haryanto <stevenharyanto@gmail.com>
+
+CONTRIBUTING
+ To contribute, you can send patches by email/via RT, or send pull
+ requests on GitHub.
+
+ Most of the time, you don't need to build the distribution yourself. You
+ can simply modify the code, then test via:
+
+ % prove -l
+
+ If you want to build the distribution (e.g. to try to install it locally
+ on your system), you can install Dist::Zilla,
+ Dist::Zilla::PluginBundle::Author::PERLANCAR,
+ Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two
+ other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps
+ required beyond that are considered a bug and can be reported to me.
+
COPYRIGHT AND LICENSE
- This software is copyright (c) 2020, 2014, 2013, 2012, 2011 by
- perlancar@cpan.org.
+ This software is copyright (c) 2023, 2020, 2014, 2013, 2012, 2011 by
+ perlancar <perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
+BUGS
+ Please report any bugs or feature requests on the bugtracker website
+ <https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Any-Adapter-Callb
+ ack>
+
+ When submitting a bug or request, please include a test-file or a patch
+ to an existing test-file that illustrates the bug or desired feature.
+