On Sep 8, 2011, at 7:27 AM, Jesse Luehrs wrote: >> I would support having "package NAME VERSION" automatically upgrade >> VERSION to a version object. I think right now it just puts it as a >> string in $NAME::VERSION. That syntax already requires a valid >> version string -- not "3.0crap" or anything like that. > > $ perl -E'package Foo 1.23; say ref($VERSION)' > version +1 Okay then! Best, DavidThread Previous | Thread Next