in reply to What basic things should I know about versioning modules?

Oops, this was to be an answer to another question.

The version can't be provided as a string. You ended up using

use Module LIST;

instead of

use Module VERSION;