Subject: | Dev releases with $VERSION reflecting version in tarball possible? |
I just discovered that the recent dev releases all contained the same version number inside DBI.pm:
https://metacpan.org/source/TIMB/DBI-1.628_50/DBI.pm => 1.629
https://metacpan.org/source/TIMB/DBI-1.628_51/DBI.pm => 1.629
https://metacpan.org/source/TIMB/DBI-1.628_52/DBI.pm => 1.629
Could this be changed in the future so that $VERSION at least hints at the version number of the release?
The reason I ask is that in reports stored by cpantesters there is no trace of the name of the tarball that was installed during a test, just the $VERSION of all dependent modules. So if $VERSION between different dev releases is conflated, information is lost.
Thanks,