-
-
14 Dec 2014 20:37:46 UTC
- Distribution: Dist-Zilla-Plugin-Prereqs-FromCPANfile
- Module version: 0.08
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (4914 / 3 / 2)
- Kwalitee
Bus factor: 1- 85.71% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (10.09KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::Prereqs::FromCPANfile - Parse cpanfile for prereqs
SYNOPSIS
# dist.ini [Prereqs::FromCPANfile]
DESCRIPTION
Dist::Zilla::Plugin::Prereqs::FromCPANfile is a Dist::Zilla plugin to read cpanfile to determine prerequisites for your distribution. This does the opposite of what Dist::Zilla::Plugin::CPANFile does, which is to create a
cpanfile
using the prereqs collected elsewhere.When
feature
DSL is used incpanfile
, it will correctly be converted tooptional_features
in META data.DO NOT USE THIS PLUGIN IN COMBINATION WITH Plugin::CPANFile. You will probably be complained about creating duplicate files from dzil.
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::Prereqs::FromCPANfile, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::Prereqs::FromCPANfile
perl -MCPAN -e shell install Dist::Zilla::Plugin::Prereqs::FromCPANfile
For more information on module installation, please visit the detailed CPAN module installation guide.