Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-VersionFromMainModule CPAN distribution.

Report information
The Basics
Id: 121129
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-VersionFromMainModule

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.04



Subject: feature request: support $V
It would be nice if this module would support the V=1.23 override like most of the other versionprovider modules do... e.g.: sub provide_version { my $self = shift; # override (or maybe needed to initialize) return $ENV{V} if exists $ENV{V}; ... } This makes it possible to cut a tarball using a different version without having to edit any files.
On 2017-04-14 15:43:33, ETHER wrote: Show quoted text
> It would be nice if this module would support the V=1.23 override like > most of the other versionprovider modules do... e.g.: > > sub provide_version { > my $self = shift; > # override (or maybe needed to initialize) > return $ENV{V} if exists $ENV{V}; > ... > } > > This makes it possible to cut a tarball using a different version > without having to edit any files.
patched in https://github.com/houseabsolute/Dist-Zilla-Plugin-VersionFromMainModule/pull/1
This fixed in 0.04. thanks!