Re: Proper technique for setting a project-wide $VERSION?

brian d foy <[email protected]> Tue, 23 Feb 2010 14:10:35 -0600
Newsgroups gmane.comp.lang.perl.modules.module-build
Message-ID <230220101410354049%[email protected]>
In article <[email protected]>, Michael G Schwern
<[email protected]> wrote:

> And other .pm files do:
> 
>      use perl5i::VERSION; our $VERSION = perl5i::VERSION->VERSION;

I'd rather see explicit versions in the code just so I can see a file
and know what version it is without running code or having the rest of
the distribution.