David Golden wrote:
I don't seem to have is_qv:$ perl -Mversion -E '$v=version->new(1.2); say $v; say $v->is_qv' 1.2 Can't locate object method "is_qv" via package "version" at -e line 1.
Oops, the xs code doesn't expose that (I was testing with the pure Perl); I'll fix that (as well as document it). Module::Build::Version supports it iff the XS code isn't loaded (i.e. it has to drop back to the inline version:vpp package).
Never mind... John