Merge pull request #1003 from DeterminateSystems/perlcritic-level-4

perlcritic: level 4
This commit is contained in:
Eelco Dolstra
2021-09-27 20:23:55 +02:00
committed by GitHub
98 changed files with 163 additions and 60 deletions

View File

@ -1,6 +1,7 @@
#! /usr/bin/env perl
use strict;
use warnings;
use utf8;
use Getopt::Long;
use HTTP::Server::PSGI;