Dominique Dumont
/
1.044
(DDUMONT on 2026-01-30)
1.043
(DDUMONT on 2025-05-08)
'
1.042
(DDUMONT on 2025-04-26)
1.041
(DDUMONT on 2024-11-23)
1.040
(DDUMONT on 2024-01-17)
1.039
(DDUMONT on 2023-12-09)
1.038
(DDUMONT on 2022-03-13)
1.037
(DDUMONT on 2022-02-05)
1.036
(DDUMONT on 2022-01-12)
1.035
(DDUMONT on 2022-01-09)
1.034
(DDUMONT on 2021-10-30)
1.033
(DDUMONT on 2021-09-19)
1.032
(DDUMONT on 2020-07-17)
1.031
(DDUMONT on 2020-01-12)
1.030
(DDUMONT on 2019-09-11)
1.029
(DDUMONT on 2018-08-20)
1.028
(DDUMONT on 2018-06-20)
1.027
(DDUMONT on 2018-04-05)
1.026
(DDUMONT on 2017-12-18)
1.025
(DDUMONT on 2017-12-14)
1.024
(DDUMONT on 2017-10-22)
1.023
(DDUMONT on 2017-09-10)
1.022
(DDUMONT on 2017-06-21)
1.021
(DDUMONT on 2017-06-18)
1.020
(DDUMONT on 2017-06-05)
1.019
(DDUMONT on 2017-04-30)
1.018
(DDUMONT on 2017-04-07)
1.017
(DDUMONT on 2017-03-05)
1.016
(DDUMONT on 2016-12-12)
1.015
(DDUMONT on 2016-10-14)
1.014
(DDUMONT on 2016-09-24)
1.013
(DDUMONT on 2016-07-10)
1.012
(DDUMONT on 2016-05-29)
1.011
(DDUMONT on 2016-04-21)
1.010
(DDUMONT on 2016-01-30)
1.009
(DDUMONT on 2016-01-02)
1.008
(DDUMONT on 2015-11-14)
1.007
(DDUMONT on 2015-10-25)
1.006
(DDUMONT on 2015-07-19)
1.005
(DDUMONT on 2015-05-25)
1.004
(DDUMONT on 2015-05-25)
1.003
(DDUMONT on 2015-04-26)
1.002
(DDUMONT on 2015-01-10)
1.001
(DDUMONT on 2014-11-29)
0.001
(DDUMONT on 2014-11-25)
App-Cme-1.044
River stage one
• 1 direct dependent
• 3 total dependents
2 ++
/
build-from-git.md
How to build App::Cme from git repository
App::Cme is build with Dist::Zilla . This
pages 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 cme
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 App::Cme
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.