develooper Front page | perl.perl5.porters | Postings from November 2011

Re: what's "use VERSION" all about?

Thread Previous | Thread Next
From:
Leon Timmermans
Date:
November 29, 2011 09:08
Subject:
Re: what's "use VERSION" all about?
Message ID:
CAHhgV8iGcSi2h3X27D_xRTiEA=-eROub-9G4b_fMkE7v7F676Q@mail.gmail.com
On Tue, Nov 29, 2011 at 5:45 PM, Jesse Luehrs <doy@tozt.net> wrote:
> How does it simplify things at all? I don't really see how the
> implementation would be anything other than identical, and having a
> single interface rather than two seems simpler conceptually to me.

Well, you can combine it with feature to be more explicit about what
you want. For example you can easily enable all feature of one
versions and all newer bugfixes at the same time:

 use feature ':5.16';
 no legacy ':5.16'

Leon

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