Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 24, 2013
1 parent 0c33227 commit bcc9e37
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
@@ -1,14 +1,31 @@
# NAME

Dist::Zilla::Plugin::NameFromDirectory - Blah blah blah
Dist::Zilla::Plugin::NameFromDirectory - Guess distribution name from the current directory

# SYNOPSIS

use Dist::Zilla::Plugin::NameFromDirectory;
[NameFromDirectory]

# DESCRIPTION

Dist::Zilla::Plugin::NameFromDirectory is
Dist::Zilla::Plugin::NameFromDirectory is a Dist::Zilla plugin to
guess distribution name (when it's not set in `dist.ini`) from the
current working directory.

Prefixes such as `perl-` and `p5-`, as well as the postfix `.pm`
and `-pm` will be automatically trimmed. The following directory
names are all recognized as `Foo-Bar`.

Foo-Bar
p5-Foo-Bar
perl-Foo-Bar
Foo-Bar-pm

It is designed to be used with Plugin bundle so that your dist.ini
doesn't need to contain per-project name anymore.

Even when this plugin is used, you can always override the name by
specifying it in `dist.ini`.

# AUTHOR

Expand All @@ -24,3 +41,5 @@ This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# SEE ALSO

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

0 comments on commit bcc9e37

Please sign in to comment.