develooper Front page | perl.perl5.porters | Postings from May 2012

[perl #110104] [PATCH] 697c5b1 perldelta: add Removed Modules

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
May 18, 2012 23:05
Subject:
[perl #110104] [PATCH] 697c5b1 perldelta: add Removed Modules
Message ID:
rt-3.6.HEAD-4610-1337407501-732.110104-15-0@perl.org
On Fri May 18 14:43:06 2012, perl.p5p@rjbs.manxome.org wrote:
> * Father Chrysostomos via RT <perlbug-followup@perl.org> [2012-05-
> 18T16:53:26]
> > I was just checking to see whether this was in 5.16’s perldelta and
> > noticed an omission.
> >
> > > > +=item *
> > > > +
> > > > +Several old perl4-style libraries which have been deprecated
> with
> > > > +5.14 are now removed:
> > > > +
> > > > +    abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl
> cacheout.pl
> > > > +    complete.pl ctime.pl dotsh.pl exceptions.pl fastcwd.pl
> flush.pl
> > > > +    getcwd.pl getopt.pl getopts.pl hostname.pl importenv.pl
> > > > +    lib/find{,depth}.pl look.pl newgetopt.pl open2.pl open3.pl
> pwd.pl
> > > > +    shellwords.pl stat.pl tainted.pl termcap.pl timelocal.pl
> >
> > These got omitted somehow.  rjbs: Shouldn’t we include this?
> 
> How strange, I have a clear memory of adding them... but no evidence
> to back it
> up.  Well, thanks, I will add that.  I have one or two other minor doc
> changes
> that I will probably add, but I do not plan on issuing a formal RC3
> just for
> these.

While you are at it, I just noticed this entry under BUGS AND PITFALLS
in overload.pm:

=item *

No warning is issued for invalid C<use overload> keys.
Such errors are not always obvious:

        use overload "+0" => sub { ...; },   # should be "0+"
            "not" => sub { ...; };           # should be "!"

(Bug #74098)

That’s not true any more.  Should this be patched, too, or is it getting
a bit late?

-- 

Father Chrysostomos


---
via perlbug:  queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=110104

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About