in reply to Re: use_ok with version number
in thread use_ok with version number

regardless of comma, use_ok has a regex in code, that allows max one dot in version string. Also vstring is not supported by use_ok.

Replies are listed 'Best First'.
Re^3: use_ok with version number
by Narveson (Chaplain) on Nov 27, 2009 at 05:20 UTC

    Wow, this is good to know.

    I just tested your assertion, and it looks like you're right. When the actual version is '1.1.2', specifying version '2' fails as it should, but specifying version '1.1.3' succeeds.

    I suppose I ought to report this as a bug in Test::More.

      it already is, as number 55 :-)