Subject: | perl -MArchive::Tar -e' die Archive::Tar->VERSION' yields unexpected results |
I don't know how important this is, but
perl -MArchive::Tar -e' die Archive::Tar->VERSION'
yields unexpected results.
It returns 00.
According to Devel::Trace,
lib/constant.pm:91: *$full_name = sub () { $scalar };
is responsible.
I just find it bizzare is all
(thought everybody should inherit VERSION from UNIVERSAL).
perl -MArchive::Tar -e'die UNIVERSAL::VERSION(q[Archive::Tar]);'