Skip to content

Commit

Permalink
v2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 14, 2016
1 parent fe53b58 commit d57e744
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -96,8 +96,8 @@ instructions for doing that is available here:
https://help.github.com/articles/creating-a-pull-request

If you have found a bug, but do not have an accompanying patch to fix it, you
can submit an issue report [via the web](http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch)
or [via email](bug-log-dispatch@rt.cpan.org.
can submit an issue report [via the web](https://github.com/houseabsolute/Log-Dispatch/issues)
).
This is a good place to send your questions about the usage of this distribution.

## Travis
Expand All @@ -121,11 +121,11 @@ brings up.

## Contributor Names

If you send me a patch or pull request, your name and email address will be
If you send a patch or pull request, your name and email address will be
included in the documentation as a contributor (using the attribution on the
commit or patch), unless you specifically request for it not to be. If you
wish to be listed under a different name or address, you should submit a pull
request to the .mailmap file to contain the correct mapping.

This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a
template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.66.
template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.77.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
{{$NEXT}}

2.58 2016-11-13

- Switched from RT to the GitHub issue tracker.


Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

Expand Down Expand Up @@ -103,7 +103,7 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
WriteMakefile(%WriteMakefileArgs);

sub check_conflicts {
if ( eval { require 'lib/Log/Dispatch/Conflicts.pm'; 1; } ) {
if ( eval { require './lib/Log/Dispatch/Conflicts.pm'; 1; } ) {
if ( eval { Log::Dispatch::Conflicts->check_conflicts; 1 } ) {
return;
}
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -4,7 +4,7 @@ Log::Dispatch - Dispatches messages to one or more outputs

# VERSION

version 2.57
version 2.58

# SYNOPSIS

Expand Down Expand Up @@ -367,10 +367,9 @@ Log::Dispatch does. Originally written by Raphael Manfredi.

# SUPPORT

Bugs may be submitted through [the RT bug tracker](http://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch)
(or [bug-log-dispatch@rt.cpan.org](mailto:bug-log-dispatch@rt.cpan.org)).
Bugs may be submitted through [https://github.com/houseabsolute/Log-Dispatch/issues](https://github.com/houseabsolute/Log-Dispatch/issues).

I am also usually active on IRC as 'drolsky' on `irc://irc.perl.org`.
I am also usually active on IRC as 'autarch' on `irc://irc.perl.org`.

# DONATIONS

Expand Down
7 changes: 3 additions & 4 deletions cpanfile
Expand Up @@ -52,13 +52,14 @@ on 'develop' => sub {
requires "Mail::Send" => "0";
requires "Mail::Sender" => "0";
requires "Mail::Sendmail" => "0";
requires "Parallel::ForkManager" => "1.19";
requires "Perl::Critic" => "1.126";
requires "Perl::Tidy" => "20160302";
requires "Pod::Coverage::TrustPod" => "0";
requires "Pod::Wordlist" => "0";
requires "Test::CPAN::Changes" => "0.19";
requires "Test::CPAN::Meta::JSON" => "0.16";
requires "Test::Code::TidyAll" => "0.24";
requires "Test::Code::TidyAll" => "0.50";
requires "Test::DependentModules" => "0.22";
requires "Test::EOL" => "0";
requires "Test::Mojibake" => "0";
Expand All @@ -67,10 +68,8 @@ on 'develop' => sub {
requires "Test::NoTabs" => "0";
requires "Test::Pod" => "1.41";
requires "Test::Pod::Coverage" => "1.08";
requires "Test::Pod::LinkCheck" => "0";
requires "Test::Pod::No404s" => "0";
requires "Test::Portability::Files" => "0";
requires "Test::Spelling" => "0.12";
requires "Test::Vars" => "0.009";
requires "Test::Version" => "1";
requires "Test::Version" => "2.05";
};
1 change: 1 addition & 0 deletions tidyall.ini
Expand Up @@ -11,6 +11,7 @@ ignore = lib/Log/Dispatch/Conflicts.pm
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc

Expand Down

0 comments on commit d57e744

Please sign in to comment.