Skip to content

Commit

Permalink
0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 23, 2016
1 parent 70375b0 commit 9967b42
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
6 changes: 5 additions & 1 deletion Build.PL
@@ -1,3 +1,7 @@
# This Build.PL for Dist-Zilla-Plugin-NameFromDirectory was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
use strict;
use warnings;

use 5.008001;
use Module::Build::Tiny 0.014;
use Module::Build::Tiny 0.034;
Build_PL();
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Dist::Zilla::Plugin::NameFromDirectory

{{$NEXT}}

0.04 2016-04-23 10:11:24 PDT
- switch to Path::Tiny to work with Dist::Zilla v6 (skaji) #1

0.03 2013-04-06 21:45:31 PDT
- Bump dzil dependency for NameProvider

Expand Down
21 changes: 13 additions & 8 deletions META.json
Expand Up @@ -4,39 +4,41 @@
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.0, Dist::Zilla version 4.300033, CPAN::Meta::Converter version 2.130880",
"generated_by" : "Dist::Zilla version 5.046, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "Dist-Zilla-Plugin-NameFromDirectory",
"no_index" : {
"directory" : [
"t",
"xt",
"eg",
"examples",
"inc",
"share",
"eg",
"examples"
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.014"
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Dist::Zilla" : "4.300030",
"Path::Tiny" : "0.053",
"perl" : "5.008001"
}
},
Expand All @@ -58,6 +60,9 @@
"web" : "https://github.com/miyagawa/Dist-Zilla-Plugin-NameFromDirectory"
}
},
"version" : "0.03"
"version" : "0.04",
"x_contributors" : [
"Shoichi Kaji <skaji@cpan.org>"
]
}

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,4 +42,4 @@ it under the same terms as Perl itself.

# SEE ALSO

[Dist::Zilla](http://search.cpan.org/perldoc?Dist::Zilla)
[Dist::Zilla](https://metacpan.org/pod/Dist::Zilla)
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/NameFromDirectory.pm
@@ -1,6 +1,6 @@
package Dist::Zilla::Plugin::NameFromDirectory;
use 5.008_001;
our $VERSION = '0.03';
our $VERSION = '0.04';

use Moose;
with 'Dist::Zilla::Role::NameProvider';
Expand Down

0 comments on commit 9967b42

Please sign in to comment.