Skip to content

xaicron/Module-Install-CPANfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    Module::Install::CPANfile - Include cpanfile

SYNOPSIS
      # cpanfile
      requires 'Plack', 0.9;
      on test => sub {
          requires 'Test::Warn';
      };

      # Makefile.PL
      use Module::Install;
      cpanfile;

DESCRIPTION
    Module::Install::CPANfile is a plugin for Module::Install to include
    dependencies from cpanfile.

    Development requirement can only be checked if the developers has
    installed Module::Install::AuthorRequires.

AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

COPYRIGHT
    Copyright 2012- 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
    cpanfile Module::CPANfile Module::Install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%