Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed explicit $VERSION from lib/Log/Any.pm #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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