Front page | perl.perl5.porters |
Postings from July 2009
Re: version-0.77 and You
Thread Previous
|
Thread Next
From:
David Golden
Date:
July 15, 2009 14:54
Subject:
Re: version-0.77 and You
Message ID:
5d4beb40907151453r7d3d7da9l5d387040d07024a2@mail.gmail.com
On Wed, Jul 15, 2009 at 5:50 PM, Gisle Aas<gisle@activestate.com> wrote:
> We obviously disagree about what makes code readable.
Let me rephrase -- I think putting "use version" last means it's more
likely that someone will inadvertently leave it off. Putting it first
indicates that it's an important precursor, which it is.
I'm not wedded to one or the other formulation.
> our $VERSION = do { use version 1.00; version->declare("v1.2.3") };
I almost hate to say it, but I actually kind of like that. It's
really, really clear in the intent.
-- David
Thread Previous
|
Thread Next