Front page | perl.perl5.porters |
Postings from January 2017
Re: Deprecation plans
Thread Previous
|
Thread Next
From:
Abigail
Date:
January 17, 2017 22:11
Subject:
Re: Deprecation plans
Message ID:
20170117221016.GA13656@almanda.fritz.box
On Tue, Jan 17, 2017 at 03:48:19PM +0000, Dave Mitchell wrote:
> On Mon, Jan 16, 2017 at 10:25:22PM +0100, Abigail wrote:
> > I merged in my branch with all the updated deprecation messages
> > as per the list below.
>
> Thanks.
>
> A few tests are now producing noise on stderr. Could these be quietened
> one way or another:
>
>
> dump() better written as CORE::dump(). dump() will no longer be available in Perl 5.30 at (eval 30) line 1.
> "\c#" is more clearly written simply as "c". This will be a fatal error in Perl 5.28 at re/regex_sets.t line 168.
> "\c#" is more clearly written simply as "c". This will be a fatal error in Perl 5.28 at re/regex_sets.t line 168.
> dump() better written as CORE::dump(). dump() will no longer be available in Perl 5.30 at (eval 302) line 1.
> File::Glob::glob() will disappear in perl 5.30. Use File::Glob::bsd_glob() instead. at ../ext/File-Glob/t/basic.t line 47.
>
Thanks for spotting these. They should now be fixed.
Abigail
Thread Previous
|
Thread Next