Skip to content

Commit

Permalink
Released 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed May 25, 2012
1 parent 6f64177 commit 337c4a5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 26 deletions.
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ my %module_build_args = (
"Mike Doherty <doherty\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-Author-DOHERTY",
"dist_version" => "0.26",
"dist_version" => "0.27",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::Author::DOHERTY",
"recommends" => {},
Expand All @@ -44,6 +44,7 @@ my %module_build_args = (
"Dist::Zilla::Plugin::PodWeaver" => 0,
"Dist::Zilla::Plugin::ReadmeFromPod" => 0,
"Dist::Zilla::Plugin::ReadmeMarkdownFromPod" => 0,
"Dist::Zilla::Plugin::SchwartzRatio" => 0,
"Dist::Zilla::Plugin::SurgicalPodWeaver" => "0.0015",
"Dist::Zilla::Plugin::Twitter" => "0.010",
"Dist::Zilla::PluginBundle::TestingMania" => 0,
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl module Dist-Zilla-PluginBundle-Author-DOHERTY

{{$NEXT}}

0.27 2012-05-25
* Add SchwartzRatio plugin
* Allow setting github = 0 to disable GitHub::Meta and GitHub::Update

Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ my %WriteMakefileArgs = (
"Dist::Zilla::Plugin::PodWeaver" => 0,
"Dist::Zilla::Plugin::ReadmeFromPod" => 0,
"Dist::Zilla::Plugin::ReadmeMarkdownFromPod" => 0,
"Dist::Zilla::Plugin::SchwartzRatio" => 0,
"Dist::Zilla::Plugin::SurgicalPodWeaver" => "0.0015",
"Dist::Zilla::Plugin::Twitter" => "0.010",
"Dist::Zilla::PluginBundle::TestingMania" => 0,
Expand All @@ -57,7 +58,7 @@ my %WriteMakefileArgs = (
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.26",
"VERSION" => "0.27",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
19 changes: 6 additions & 13 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
DOHERTY

VERSION
version 0.26
version 0.27

SYNOPSIS
# in dist.ini
Expand Down Expand Up @@ -59,30 +59,23 @@ USAGE

Default is "origin".

* "github" is a boolean specifying whether to use the plugins
Dist::Zilla::Plugin::GitHub::Meta and
Dist::Zilla::Plugin::GitHub::Update.

SEE ALSO
"Dist::Zilla"

AVAILABILITY
The project homepage is
<http://metacpan.org/release/Dist-Zilla-PluginBundle-Author-DOHERTY/>.

The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
CPAN site near you, or see
<https://metacpan.org/module/Dist::Zilla::PluginBundle::Author::DOHERTY/
>.

SOURCE
The development version is on github at
<http://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY> and
may be cloned from
<git://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY.git>

BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the web
interface at
<https://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY/issue
s>.
interface at <http://rt.cpan.org>.

AUTHOR
Mike Doherty <doherty@cpan.org>
Expand Down
18 changes: 7 additions & 11 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::Author::DOHERTY - configure Dist::Zilla like DOHERTY

# VERSION

version 0.26
version 0.27

# SYNOPSIS

Expand Down Expand Up @@ -63,31 +63,27 @@ Default is `Changes`.

Default is `origin`.

- `github` is a boolean specifying whether to use the plugins
[Dist::Zilla::Plugin::GitHub::Meta](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::GitHub::Meta) and [Dist::Zilla::Plugin::GitHub::Update](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::GitHub::Update).

# SEE ALSO

`[Dist::Zilla](http://search.cpan.org/perldoc?Dist::Zilla)`

configure

mvp_multivalue_args
mvp\_multivalue\_args

# AVAILABILITY

The project homepage is [http://metacpan.org/release/Dist-Zilla-PluginBundle-Author-DOHERTY/](http://metacpan.org/release/Dist-Zilla-PluginBundle-Author-DOHERTY/).

The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit [http://www.perl.com/CPAN/](http://www.perl.com/CPAN/) to find a CPAN
site near you, or see [https://metacpan.org/module/Dist::Zilla::PluginBundle::Author::DOHERTY/](https://metacpan.org/module/Dist::Zilla::PluginBundle::Author::DOHERTY/).

# SOURCE

The development version is on github at [http://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY](http://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY)
and may be cloned from [git://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY.git](git://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY.git)

# BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the
web interface at [https://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY/issues](https://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY/issues).
web interface at [http://rt.cpan.org](http://rt.cpan.org).

# AUTHOR

Expand All @@ -98,4 +94,4 @@ Mike Doherty <doherty@cpan.org>
This software is copyright (c) 2010 by Mike Doherty.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
the same terms as the Perl 5 programming language system itself.

0 comments on commit 337c4a5

Please sign in to comment.