使用ExtUtils :: MakeMaker制作Perl模块,并克服make错误

时间:2015-08-29 21:23:17

标签: linux perl module makefile

我有一个十年前构建好的Perl模块,但现在它根本没有构建。我想知道从哪里开始再次构建它。

我的模块是http://search.cpan.org/~suntong/File-FindSimilars-2.06/。 文件显示在http://search.cpan.org/src/SUNTONG/File-FindSimilars-2.06/中。

现在我将如何构建模块以及我得到的内容:

$ rm Makefile

$ perl Makefile.PL 
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for File::FindSimilars
Writing MYMETA.yml and MYMETA.json

$ make
make: Nothing to be done for 'all'.

$ make dist
make: *** No rule to make target 'dist'.  Stop.

$ perl -v

This is perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-gnu-thread-multi
(with 39 registered patches, see perl -V for more detail)

$ make -v
GNU Make 4.0
Built for x86_64-pc-linux-gnu

之前make dist以.tar.gz格式给我构建模块。但为什么它现在不起作用?

由于

0 个答案:

没有答案