Skip to content

Package

Francesc Guasch edited this page Aug 1, 2020 · 5 revisions

We are trying to use dist::zilla as a tool to ease the packaging process.

#Dependencies

Debian dependencies

Install those with sudo apt install libpackage-name-perl

  • libdevel-checkbin-perl
  • libfile-chdir-perl
  • libdist-zilla-plugin-changelogfromgit-perl
  • libdist-zilla-plugin-readmefrompod-perl
  • libgit-wrapper-perl
  • libmodule-build-tiny-perl
  • libmoosex-has-sugar-perl
  • libsafe-isa-perl
  • libset-scalar-perl
  • libtest-checkdeps-perl
  • libtext-diff-perl
  • libtest-fatal-perl
  • libtest-most-perl
  • libtest-requires-perl
  • libtypes-path-tiny-perl

##CPAN deps

Install those with sudo cpanm Package::Name

  • Dist::Zilla::Plugin::CopyFilesFromBuild
  • Pod::Markdown::Github
  • Dist::Zilla::PluginBundle::Git

Test

$ sudo dzil test

Clone this wiki locally