Skip to content

Commit

Permalink
0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 24, 2013
1 parent 94f028c commit 5abddb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ Revision history for Dist::Zilla::Plugin::NameFromDirectory

{{$NEXT}}

0.02 2013-03-24 11:27:56 PDT
- use $self->zilla->root instead of cwd (ether)

0.01 2013-03-23 23:11:30 PDT
- Initial release
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"web" : "https://github.com/miyagawa/Dist-Zilla-Plugin-NameFromDirectory"
}
},
"version" : "0.01"
"version" : "0.02"
}

4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/NameFromDirectory.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Dist::Zilla::Plugin::NameFromDirectory;
use 5.008_001;
our $VERSION = '0.01';
our $VERSION = '0.02';

use Moose;
with 'Dist::Zilla::Role::NameProvider';
Expand Down Expand Up @@ -76,4 +76,4 @@ it under the same terms as Perl itself.
L<Dist::Zilla>
=cut
=cut

0 comments on commit 5abddb5

Please sign in to comment.