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.