File: README.build-from-git

package info (click to toggle)
libconfig-model-lcdproc-perl 2.055-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 344 kB
  • sloc: perl: 320; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Config::Model from git is built with Dist::Zilla.

You must make sure that the following modules are installed:
Dist::Zilla::Plugin::MetaResources
Dist::Zilla::Plugin::ModuleBuild::Custom
Dist::Zilla::Plugin::Test::PodSpelling
Dist::Zilla::Plugin::PodVersion
Dist::Zilla::Plugin::Prepender
Dist::Zilla::Plugin::Prereqs
Dist::Zilla::Plugin::Run::BeforeBuild
Dist::Zilla::PluginBundle::Filter
Dist::Zilla::Plugin::Git::NextVersion

LCDd model generation also requires:
Config::Model::Itself

On debian or ubuntu, do:

sudo aptitude install \
     libdist-zilla-plugin-prepender-perl \
     libdist-zilla-plugin-run-perl \
     libdist-zilla-plugins-cjm-perl \
     libdist-zilla-perl \
     libdist-zilla-plugin-podspellingtests-perl \
	 libconfig-model-itself-perl

Then run:

dzil build 

or 

dzil test