develooper Front page | perl.perl5.porters | Postings from February 2017

Re: Dropping conflicting PAUSE permissions

Thread Previous | Thread Next
From:
Craig A. Berry
Date:
February 14, 2017 02:50
Subject:
Re: Dropping conflicting PAUSE permissions
Message ID:
CA+vYcVyPk3Yjxr9LmmZhQFoFCHFTGY__c8xkUh+2VJNvHSRFcQ@mail.gmail.com
On Mon, Feb 13, 2017 at 3:22 PM, Neil Bowers <neil.bowers@cogendo.com> wrote:

> The pair of VMS::stdio and VMS::Stdio is a bit more tricky:
>
> ext/VMS-Stdio/Stdio.pm starts with the expected:
>
> package VMS::Stdio;
>
>
> but then later on we see:
>
>
> ################################################################################
> # Intercept calls to old VMS::stdio package, complain, and hand off
> # This will be removed in a future version of VMS::Stdio
>
> package VMS::stdio;
>
>
> If you look in the CPAN index (02packages), you’ll see that it’s the
> deprecated VMS::stdio that gets indexed.
>
> Questions: Are we enough in the future that VMS::stdio can be dropped? And
> more relevantly for me, am I ok to drop all the permissions on VMS::stdio?
> That would result in VMS::Stdio being indexed for the next release, though I
> don’t think the indexing is that much of an issue, since they’re core
> modules with upstream undef.

Yes to both those questions.  I think twenty-one years is enough:

<https://perl5.git.perl.org/perl.git/blobdiff/5ba038830444bcc101e0d58356269b7057fa892d..0d7e20a5efe3be79041a6ea959eb46b964c2e4da:/vms/ext/Stdio/Stdio.pm>

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