Skip Menu |

This queue is for tickets about the App-podweaver CPAN distribution.

Report information
The Basics
Id: 96458
Status: new
Priority: 0/
Queue: App-podweaver

People
Owner: Nobody in particular
Requestors: tomas.dohnalek [...] is4u.cz
Cc: ether [...] cpan.org
AdminCc:

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



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