Dominique Dumont
/
2.10.2.1
(DDUMONT on 2025-10-18)
2.9.9.1
(DDUMONT on 2025-04-07)
2.9.8.1
(DDUMONT on 2024-09-04)
'
2.9.4.1
(DDUMONT on 2023-10-14)
2.9.0.2
(DDUMONT on 2022-08-07)
2.9.0.1
(DDUMONT on 2022-05-10)
2.8.7.1
(DDUMONT on 2021-12-22)
2.8.4.3
(DDUMONT on 2021-05-07)
2.8.4.2
(DDUMONT on 2021-01-13)
2.8.4.1
(DDUMONT on 2021-01-13)
2.8.0.1
(DDUMONT on 2019-09-08)
2.7.9.2
(DDUMONT on 2019-06-14)
v2.7.9.1
(DDUMONT on 2019-06-10)
1.241
(DDUMONT on 2018-12-01)
1.240
(DDUMONT on 2018-11-30)
1.239
(DDUMONT on 2018-05-08)
1.238
(DDUMONT on 2017-10-08)
1.237
(DDUMONT on 2016-03-07)
1.236
(DDUMONT on 2014-05-22)
1.235
(DDUMONT on 2014-04-04)
1.234
(DDUMONT on 2014-03-01)
1.233
(DDUMONT on 2014-02-13)
1.232
(DDUMONT on 2013-12-29)
1.231
(DDUMONT on 2013-12-23)
1.230_05 DEV
(DDUMONT on 2013-12-23)
1.230
(DDUMONT on 2013-08-27)
1.230_04 DEV
(DDUMONT on 2013-08-19)
1.230_03 DEV
(DDUMONT on 2013-08-09)
1.230_02 DEV
(DDUMONT on 2013-08-08)
1.230_01 DEV
(DDUMONT on 2013-08-07)
1.229
(DDUMONT on 2013-07-23)
1.228
(DDUMONT on 2013-07-21)
1.227
(DDUMONT on 2013-04-04)
1.226
(DDUMONT on 2012-12-07)
1.225
(DDUMONT on 2012-10-28)
1.224
(DDUMONT on 2012-05-22)
1.223
(DDUMONT on 2012-05-18)
1.222
(DDUMONT on 2012-05-16)
1.221
(DDUMONT on 2012-04-28)
1.220
(DDUMONT on 2012-02-20)
1.219
(DDUMONT on 2011-12-07)
1.218
(DDUMONT on 2011-07-22)
1.217
(DDUMONT on 2011-05-16)
1.216
(DDUMONT on 2011-04-11)
1.215
(DDUMONT on 2011-04-04)
1.214
(DDUMONT on 2011-03-03)
1.213
(DDUMONT on 2011-02-28)
1.212
(DDUMONT on 2011-02-23)
1.211
(DDUMONT on 2011-02-21)
1.210
(DDUMONT on 2010-01-24)
1.209
(DDUMONT on 2010-01-18)
1.208
(DDUMONT on 2009-09-10)
1.207
(DDUMONT on 2009-07-29)
1.206
(DDUMONT on 2009-06-24)
1.205
(DDUMONT on 2009-04-19)
1.204
(DDUMONT on 2009-03-09)
1.203
(DDUMONT on 2009-02-03)
1.202
(DDUMONT on 2009-02-02)
1.201
(DDUMONT on 2009-01-29)
0.104
(DDUMONT on 2008-05-26)
Config-Model-OpenSsh-2.10.2.1
River stage zero
No dependents
1 ++
/
README-build-from-git.md
How to build Config::Model::OpenSsh from git repository
Config::Model::OpenSsh 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-openssh-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::OpenSsh
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.
Model generation
Ssh model can be regenerated from ssh man pages with the following steps:
make sure that ssh_config and sshd_config man pages are available
Run perl contrib/parse-man.pl
Inspect the result
Then build the module as shown above
For more details, see this readme file