Perl:我如何发布自己的包MYModule.pm?

时间:2015-12-23 10:25:41

标签: perl module packaging

我有自己开发的软件包,我想在CPAN中分发我的模块。想要将我的MYModule.pm打包为分布式,并且可以像使用MakeFile.pl一样进行安装。

1 个答案:

答案 0 :(得分:1)

1649  module-starter --module urModule --author="xx xxxx" --email="a.xxxx@xxx.com"
1651  cd urModule/
1653  perl Makefile.PL
1654  make
1655  make test
# test coverage
1656  cover -test
# make tar.gz
1658  make dist
# make spec file for building a rpm
1660  cpanspec DirTree-0.01.tar.gz
# get an account over pause.perl.org