使用ExtUtils :: ModuleMaker将模块添加到现有分发中

时间:2015-08-04 10:56:10

标签: perl module helpers software-distribution

我使用ExtUtils::ModuleMaker基于Perl发行版。我需要在此发行版中创建其他模块(.pm文件)。我想使用相同的modulemaker模板生成它们。

我知道通过添加--distro参数,可以使用Module::StarterModule::Starter::Smart插件实现:

# create a new distribution named 'Foo-Bar'
$ module-starter --module=Foo::Bar

# ... then add a new module
$ module-starter --module=Foo::Bar::Me --distro=Foo-Bar

modulemaker是否有这样的事情?

0 个答案:

没有答案