Subject: | Hash::AutoHash::Args::V0 version declared as private (my) |
in Hash::AutoHash::Args::V0, the version is declared as: my $VERSION='1.10'; since cpanplus is using an eval on the version line, it reports an unparsable version for currently installed module: $ cpanp o ... 8 Unparsable 1.10 Hash::AutoHash::Args::V0 NATG ... to fix this, declare $VERSION with our, or use vars.