Subject: | Allow minimum version with require |
It would be nice if you could specify a minimum version as a comment
with a require. Something like:
require Foo; # VERSION: 1.01
I realize that with dzil I can use the [Prereqs] plugin in dist.ini to
supply the version, but it would be nice to keep the version number in
the code. That way, if the requirement is ever removed, the [Prereqs]
plugin won't add it unnecessarily.