Hi @SREZIC,
Thanks for reporting the issue and advise.
However I am unable to replicate the same in my local environment.
Please take a look below:
manwar@ubuntu:~/github/CGI--Simple$ perl -v
This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi
(with 52 registered patches, see perl -V for more detail)
Copyright 1987-2013, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at
http://www.perl.org/, the Perl Home Page.
manwar@ubuntu:~/github/CGI--Simple$ sudo cpanm --info Test::DistManifest
ETHER/Test-DistManifest-1.014.tar.gz
manwar@ubuntu:~/github/CGI--Simple$ sudo cpanm --info ExtUtils::Manifest
BINGOS/ExtUtils-Manifest-1.71.tar.gz
manwar@ubuntu:~/github/CGI--Simple$ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/000.load.t ......... 1/1 # Testing CGI::Simple 1.15
t/000.load.t ......... ok
t/020.cookie.t ....... ok
t/030.function.t ..... ok
t/040.request.t ...... ok
t/041.multipart.t .... ok
t/050.simple.t ....... ok
t/060.slow_post.t .... ok
t/070.standard.t ..... ok
t/080.util.t ......... ok
t/090.14838.t ........ ok
t/100.set-cookie.t ... ok
t/110.bad-upload.t ... ok
t/120.header-crlf.t .. ok
t/headers.t .......... ok
t/manifest.t ......... ok
t/pod-coverage.t ..... ok
t/pod.t .............. ok
t/upload_info.t ...... ok
t/version.t .......... ok
All tests successful.
Files=19, Tests=879, 13 wallclock secs ( 0.14 usr 0.02 sys + 1.53 cusr 0.20 csys = 1.89 CPU)
Result: PASS