Skip to content

Commit

Permalink
v0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 14, 2016
1 parent 011837f commit 196e6df
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -87,7 +87,7 @@ Once installed, here are some dzil commands you might try:

You can learn more about Dist::Zilla at http://dzil.org/.

The code for this distribution is [hosted at GitHub](https://github.com/autarch/Courriel).
The code for this distribution is [hosted at GitHub](https://github.com/houseabsolute/Courriel).

You can submit code changes by forking the repository, pushing your code
changes to your clone, and then submitting a pull request. Detailed
Expand Down Expand Up @@ -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.65.
template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.77.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
{{$NEXT}}

0.43 2016-11-13

- Replaced MooseX::Params::Validate with Params::ValidationCompiler.


Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@ Courriel - High level email parsing and manipulation

# VERSION

version 0.42
version 0.43

# SYNOPSIS

Expand Down Expand Up @@ -260,7 +260,7 @@ changes.
Bugs may be submitted through [the RT bug tracker](http://rt.cpan.org/Public/Dist/Display.html?Name=Courriel)
(or [bug-courriel@rt.cpan.org](mailto:bug-courriel@rt.cpan.org)).

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 Expand Up @@ -289,7 +289,7 @@ Dave Rolsky <autarch@urth.org>
- Ricardo Signes <rjbs@users.noreply.github.com>
- Zbigniew Łukasiak <zzbbyy@gmail.com>

# COPYRIGHT AND LICENCE
# COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Dave Rolsky.

Expand Down
9 changes: 4 additions & 5 deletions cpanfile
Expand Up @@ -19,13 +19,13 @@ requires "MIME::Base64" => "0";
requires "MIME::QuotedPrint" => "0";
requires "Moose" => "0";
requires "Moose::Role" => "0";
requires "MooseX::Params::Validate" => "0.21";
requires "MooseX::Role::Parameterized" => "0";
requires "MooseX::StrictConstructor" => "0";
requires "MooseX::Types" => "0";
requires "MooseX::Types::Combine" => "0";
requires "MooseX::Types::Common::String" => "0";
requires "MooseX::Types::Moose" => "0";
requires "Params::ValidationCompiler" => "0.18";
requires "Scalar::Util" => "0";
requires "Sub::Exporter" => "0";
requires "namespace::autoclean" => "0";
Expand Down Expand Up @@ -60,6 +60,7 @@ on 'develop' => sub {
requires "File::Spec" => "0";
requires "IO::Handle" => "0";
requires "IPC::Open3" => "0";
requires "Parallel::ForkManager" => "1.19";
requires "Perl::Critic" => "1.126";
requires "Perl::Tidy" => "20160302";
requires "Pod::Coverage::Moose" => "0";
Expand All @@ -68,16 +69,14 @@ on 'develop' => sub {
requires "Test::CPAN::Changes" => "0.19";
requires "Test::CPAN::Meta::JSON" => "0.16";
requires "Test::CleanNamespaces" => "0.15";
requires "Test::Code::TidyAll" => "0.24";
requires "Test::Code::TidyAll" => "0.50";
requires "Test::Mojibake" => "0";
requires "Test::More" => "0.96";
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";
requires "blib" => "1.01";
};
2 changes: 2 additions & 0 deletions tidyall.ini
Expand Up @@ -6,6 +6,7 @@ ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perlcriticrc

Expand All @@ -17,5 +18,6 @@ ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc

0 comments on commit 196e6df

Please sign in to comment.