-
-
23 Apr 2016 17:12:45 UTC
- Distribution: Dist-Zilla-Plugin-NameFromDirectory
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (1233 / 0 / 1)
- Kwalitee
Bus factor: 1- 92.59% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (9.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::NameFromDirectory - Guess distribution name from the current directory
SYNOPSIS
[NameFromDirectory]
DESCRIPTION
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-
andp5-
, as well as the postfix.pm
and-pm
will be automatically trimmed. The following directory names are all recognized asFoo-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
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
COPYRIGHT
Copyright 2013- Tatsuhiko Miyagawa
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Dist::Zilla::Plugin::NameFromDirectory, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::NameFromDirectory
perl -MCPAN -e shell install Dist::Zilla::Plugin::NameFromDirectory
For more information on module installation, please visit the detailed CPAN module installation guide.