forked from jan/cacert-devsetup
Implement perl::critic suggestions in client.pl
This commit implements refactorings to partially satisfy perl::critic. The refactored code requires the Readonly Perl library.
This commit is contained in:
parent
7681876e10
commit
dc9bef9948
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN apt-get update \
|
|||
libdbi-perl \
|
||||
libdevice-serialport-perl \
|
||||
libfile-counterfile-perl \
|
||||
libreadonly-perl \
|
||||
openssl \
|
||||
perl \
|
||||
socat \
|
||||
|
|
Loading…
Reference in a new issue