Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-ExtUtils-MakeMaker-CPANfile
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
1018 B
-rw-r--r--
2018-12-28 08:20:52
Edit
Del
README.md
915 B
-rw-r--r--
2013-09-11 15:35:46
Edit
Del
Editing: README.md
(915 B)
Path: /usr/share/doc/perl-ExtUtils-MakeMaker-CPANfile/README.md
Back
# NAME ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM # SYNOPSIS # Makefile.PL use ExtUtils::MakeMaker; use ExtUtils::MakeMaker::CPANfile; WriteMakefile( NAME => 'Foo::Bar', AUTHOR => 'A.U.Thor <author@cpan.org>', ); # cpanfile requires 'ExtUtils::MakeMaker' => '6.17'; on test => sub { requires 'Test::More' => '0.88'; }; # DESCRIPTION ExtUtils::MakeMaker::CPANfile loads C<cpanfile> in your distribution and modifies parameters for C<WriteMakefile> in your Makefile.PL. Just use it after L<ExtUtils::MakeMaker>, and prepare C<cpanfile>. # LIMITATION As of this writing, complex version ranges in the cpanfile are simply ignored. # LICENSE Copyright (C) Kenichi Ishigaki. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. # AUTHOR Kenichi Ishigaki <ishigaki@cpan.org>