Subject: | Empty string version and dist_version |
Date: | Sun, 15 Jun 2014 11:43:21 +0200 |
To: | bug-App-podweaver [...] rt.cpan.org |
From: | Tomáš Dohnálek <tomas.dohnalek [...] is4u.cz> |
Hello,
consider following code of file 'Foo.t' (note the extension .t):
use 5.014;
use warnings;
package Testsuite::0000::Foo 0.03 {
...
}
1;
App::podweaver returns a version for that file '', because it returns
version of `main` package, which version is undefined. It returns it
also in case, that I provide `dist_version` parameter to App::podweaver.
Shouldn't it return dist_version in that case?
Best regards
Tomas Dohnalek