Subject: | undef versions for prereqs |
Date: | Thu, 9 Jan 2014 15:50:05 +0000 |
To: | bug-IO-LockedFile [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Makefile.PL generates warnings:
Unparsable version '' for prerequisite Fcntl at Makefile.PL line 4.
Unparsable version '' for prerequisite IO::File at Makefile.PL line 4.
Makefile.PL is declaring dependencies on version undef of these modules.
Where no specific version is required, the convention is to specify
version 0. Attached patch fixes.
-zefram
Message body is not shown because sender requested not to inline it.