Skip to content

Commit

Permalink
[GenerateFile::ShareDir] has been renamed
Browse files Browse the repository at this point in the history
closes #1
  • Loading branch information
karenetheridge authored and kentfredric committed Nov 14, 2015
1 parent 6a9c68e commit 09c7edb
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 10 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-CONTRIBUTING

{{$NEXT}}
- switched from [GenerateFile::ShareDir] to [GenerateFile::FromShareDir], closes #1

[Dependencies::Stats]
- Dependencies changed since 0.001004, see misc/*.deps* for details
- develop: +2 ↑1 (suggests: ↑1)
- runtime: -2 (recommends: -1)
- develop: +3 ↑1 -1 (suggests: ↑1)
- runtime: +1 -3 (recommends: -1)

0.001004 2015-07-05T06:07:52Z 0f96d87
[Dependencies::Stats]
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING",
"PREREQ_PM" => {
"Dist::Zilla::Plugin::GenerateFile::ShareDir" => "0.006",
"Dist::Zilla::Plugin::GenerateFile::FromShareDir" => "0.006",
"Dist::Zilla::Util::ConfigDumper" => 0,
"Moose" => 0,
"Moose::Util::TypeConstraints" => 0,
Expand All @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (


my %FallbackPrereqs = (
"Dist::Zilla::Plugin::GenerateFile::ShareDir" => "0.006",
"Dist::Zilla::Plugin::GenerateFile::FromShareDir" => "0.006",
"Dist::Zilla::Util::ConfigDumper" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
Expand Down
5 changes: 3 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Valid values:

Kent Fredric <kentnl@cpan.org>

# CONTRIBUTOR
# CONTRIBUTORS

David Golden <dagolden@cpan.org>
- David Golden <dagolden@cpan.org>
- Karen Etheridge <ether@cpan.org>

# COPYRIGHT AND LICENSE

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ Dist::Zilla::Plugin::UploadToCPAN = 0

[Prereqs]
;authordep Pod::Weaver::Section::Contributors = 0
;authordep Dist::Zilla::Plugin::GenerateFile::ShareDir = 0
;authordep Dist::Zilla::Plugin::GenerateFile::FromShareDir = 0.006
2 changes: 1 addition & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Git::GatherDir.exclude_filename = CONTRIBUTING.pod

[Prereqs]
;authordep Pod::Weaver::Section::Contributors = 0
;authordep Dist::Zilla::Plugin::GenerateFile::ShareDir = 0
;authordep Dist::Zilla::Plugin::GenerateFile::FromShareDir = 0.006
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Author/KENTNL/CONTRIBUTING.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ my $valid_versions = { map { $_ => 1 } qw( 0.1 ) };
use Moose qw( has around extends );
use Moose::Util::TypeConstraints qw( enum );
use Dist::Zilla::Util::ConfigDumper qw( config_dumper );
use Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006;
use Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.006;

extends 'Dist::Zilla::Plugin::GenerateFile::ShareDir';
extends 'Dist::Zilla::Plugin::GenerateFile::FromShareDir';

my $valid_version_enum = enum [ keys %{$valid_versions} ];

Expand Down
4 changes: 4 additions & 0 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001005
[Added / runtime requires]
- Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.006

[Removed / runtime requires]
- Carp
- Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006
- Path::Tiny

0.001004 2015-07-05T06:07:52Z
Expand Down
8 changes: 8 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,28 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen

0.001005
[Added / develop requires]
- Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.006
- English
- Software::License::Perl_5

[Added / runtime requires]
- Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.006

[Changed / develop requires]
- Test::More 0.88 → 0.96

[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025001 → 2.025003

[Removed / develop requires]
- Dist::Zilla::Plugin::GenerateFile::ShareDir

[Removed / runtime recommends]
- Path::Tiny 0.058

[Removed / runtime requires]
- Carp
- Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006
- Path::Tiny

0.001004 2015-07-05T06:07:52Z
Expand Down
4 changes: 4 additions & 0 deletions misc/Changes.deps.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and

0.001005
[Added / develop requires]
- Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.006
- English
- Software::License::Perl_5

Expand All @@ -11,6 +12,9 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025001 → 2.025003

[Removed / develop requires]
- Dist::Zilla::Plugin::GenerateFile::ShareDir

0.001004 2015-07-05T06:07:52Z
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.025000 → 2.025001
Expand Down

0 comments on commit 09c7edb

Please sign in to comment.