Skip Menu |

This queue is for tickets about the Net-FTPServer CPAN distribution.

Report information
The Basics
Id: 121208
Status: new
Priority: 0/
Queue: Net-FTPServer

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.125
Fixed in: (no value)



Subject: Unescaped left brace in regex is deprecated here
With perl 5.25.11 I see the following warning while running the test suite: ... Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^[A-Z]{1,8}(-[A-Z]{ <-- HERE 1-8})*$/ at /home/cpansand/.cpan/build/2017041709/Net-FTPServer-1.125-0/blib/lib/Net/FTPServer.pm line 6691. # Testing Net::FTPServer 1.125, Perl 5.025011, /opt/perl-5.25.11/bin/perl5.25.11 t/10load.t ................... ok ...