Dominique Dumont
/
2.025
(DDUMONT on 2025-04-05)
2.024
(DDUMONT on 2025-04-04)
'
2.023
(DDUMONT on 2022-01-07)
2.022
(DDUMONT on 2021-01-21)
2.021
(DDUMONT on 2021-01-13)
2.020
(DDUMONT on 2019-12-29)
2.019
(DDUMONT on 2019-12-27)
2.018
(DDUMONT on 2019-05-27)
2.017
(DDUMONT on 2019-05-26)
2.016
(DDUMONT on 2018-12-17)
2.015
(DDUMONT on 2018-12-15)
2.014
(DDUMONT on 2018-07-15)
2.013
(DDUMONT on 2017-11-19)
2.012
(DDUMONT on 2017-09-24)
2.011
(DDUMONT on 2017-06-10)
2.010
(DDUMONT on 2017-05-14)
2.009
(DDUMONT on 2017-04-29)
2.008
(DDUMONT on 2017-03-11)
2.007
(DDUMONT on 2017-03-05)
2.006
(DDUMONT on 2016-09-14)
2.005
(DDUMONT on 2016-07-03)
2.004
(DDUMONT on 2016-04-21)
2.003
(DDUMONT on 2016-01-27)
2.002
(DDUMONT on 2015-12-02)
2.001
(DDUMONT on 2015-11-29)
1.245
(DDUMONT on 2015-07-19)
1.244
(DDUMONT on 2015-05-23)
1.243
(DDUMONT on 2015-01-11)
1.242
(DDUMONT on 2014-11-29)
1.241
(DDUMONT on 2014-10-22)
1.240
(DDUMONT on 2014-05-22)
1.239
(DDUMONT on 2013-08-27)
1.238
(DDUMONT on 2013-08-25)
1.237
(DDUMONT on 2013-04-19)
1.236
(DDUMONT on 2013-03-23)
1.235
(DDUMONT on 2012-11-27)
1.234
(DDUMONT on 2012-11-13)
1.232
(DDUMONT on 2012-06-19)
1.231
(DDUMONT on 2012-05-22)
1.230
(DDUMONT on 2012-05-04)
1.229
(DDUMONT on 2012-04-14)
1.228
(DDUMONT on 2011-12-02)
1.227
(DDUMONT on 2011-10-15)
1.226
(DDUMONT on 2011-09-02)
1.225
(DDUMONT on 2011-06-20)
1.224
(DDUMONT on 2011-04-04)
1.223
(DDUMONT on 2011-04-01)
1.222
(DDUMONT on 2011-01-20)
1.221
(DDUMONT on 2011-01-12)
1.220
(DDUMONT on 2011-01-11)
1.219
(DDUMONT on 2010-10-21)
1.218
(DDUMONT on 2010-09-16)
1.217
(DDUMONT on 2010-09-14)
1.216
(DDUMONT on 2010-08-13)
1.215
(DDUMONT on 2010-04-06)
1.214
(DDUMONT on 2010-04-01)
1.213
(DDUMONT on 2010-03-29)
1.212
(DDUMONT on 2010-02-26)
1.211
(DDUMONT on 2009-06-24)
1.210
(DDUMONT on 2009-04-20)
1.209
(DDUMONT on 2009-03-10)
1.208
(DDUMONT on 2009-01-09)
1.207
(DDUMONT on 2008-10-14)
0.206
(DDUMONT on 2008-09-25)
0.205
(DDUMONT on 2008-07-28)
0.204
(DDUMONT on 2008-07-25)
0.203
(DDUMONT on 2008-05-21)
0.202
(DDUMONT on 2008-05-20)
0.201
(DDUMONT on 2008-04-04)
0.102
(DDUMONT on 2008-03-19)
0.101
(DDUMONT on 2007-10-26)
Config-Model-Itself-2.025
River stage one
• 2 direct dependents
• 2 total dependents
1 ++
/
README-build-from-git.md
How to build Config::Model::Itself from git repository
Config::Model::Itself is build with Dist::Zilla . This
page details how to install the tools and dependencies required to
build this module.
Debian, Ubuntu and derivatives
Run
$ sudo apt install libdist-zilla-perl libdist-zilla-app-command-authordebs-perl
$ dzil authordebs --install
$ sudo apt build-dep libconfig-model-itself-perl
The libdist-zilla-app-command-authordebs-perl package is quite recent (uploaded on Dec 2016 in Debian/unstable)
and may not be available yet on your favorite distribution.
Other systems
Run
$ cpamn Dist::Zilla
$ dzil authordeps -missing | cpanm --notest
$ dzil listdeps --missing | cpanm --notest
NB: The author would welcome pull requests that explains how to
install these tools and dependencies using native package of other
distributions.
Build Config::Model::Itself
Run
dzil build
or
dzil test
dzil may complain about missing EmailNotify or Twitter
plugin. You may ignore this or edit dist.ini to comment
out the last 2 sections. These are useful only to the author when
releasing a new version.
dzil may also return an error like Cannot determine local time zone. In this case, you should specify explicitely your timezone in
a TZ environement variable. E.g run dzil this way:
TZ="Europe/Paris" dzil test
The list of possible timezones is provided by
DateTime::TimeZone::Catalog
documentation.