Skip Menu |

This queue is for tickets about the Passwd-DB CPAN distribution.

Report information
The Basics
Id: 113420
Status: new
Priority: 0/
Queue: Passwd-DB

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

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



Subject: Use of literal control characters in variable names is deprecated
While running "make test" with perl 5.22.x: PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.0/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 Use of literal control characters in variable names is deprecated at blib/lib/Passwd/DB.pm line 30. Use of literal control characters in variable names is deprecated at blib/lib/Passwd/DB.pm line 31. With perl 5.23.x and later this is a compilation error: Unrecognized character \x0F; marked by <-- HERE after te_Flags{$<-- HERE near column 29 at blib/lib/Passwd/DB.pm line 30. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11.