Skip to content

Conversation

sdt
Copy link
Contributor

@sdt sdt commented Aug 31, 2011

Hi Jonathan,

I noticed that in the Log-Any-0.13 release, $Log::Any::VERSION is still 0.12.

I also noticed you were using Dist::Zilla::Plugin::PkgVersion, and the other modules had the right version number.

Then it dawned on me that you were manually setting the $VERSION in Any.pm, which means dzil won't overwrite it.

[PkgVersion] skipping lib/Log/Any.pm: assigns to $VERSION

I'm assuming the manual $VERSION is an oversight rather than intentional.

Steve

Dist::Zilla won't write a $VERSION if you've manually set it.

  [PkgVersion] skipping lib/Log/Any.pm: assigns to $VERSION

Assuming the manual $VERSION is an oversight rather than intentional.
@jonswar
Copy link
Owner

jonswar commented Aug 31, 2011

Definitely an oversight - fixed in 0.14. Thanks!

Jon

On Aug 30, 2011, at 5:46 PM, sdt wrote:

Hi Jonathan,

I noticed that in the Log-Any-0.13 release, $Log::Any::VERSION is still 0.12.

I also noticed you were using Dist::Zilla::Plugin::PkgVersion, and the other modules had the right version number.

Then it dawned on me that you were manually setting the $VERSION in Any.pm, which means dzil won't overwrite it.

[PkgVersion] skipping lib/Log/Any.pm: assigns to $VERSION

I'm assuming the manual $VERSION is an oversight rather than intentional.

Steve

Reply to this email directly or view it on GitHub:
#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants