On Sun Apr 12 14:19:55 2009, REHSACK wrote:
Show quoted text> Hi,
>
> I regularly check whether I had to update perl modules using
> CPAN::Reporter. It reports everytime DBM::Deep, because there is no
> version information in DBM::Deep::Engine.
> It would be great if you add a one to avoid that I miss an update ;-)
>
Not having the version in the module seems to be bad when trying to use
the "upgrade" command in the CPAN shell. Here's a sample session:
r
Package namespace installed latest in CPAN file
DBM::Deep 1.0013 1.0014
RKINYON/DBM-Deep-1.0014.tar.gz
...
upgrade
... installing DBM-Deep-1.0014.tar.gz ...
r
Package namespace installed latest in CPAN file
DBM::Deep::Engine undef 1.0013
RKINYON/DBM-Deep-1.0013.tar.gz
upgrade
... installing DBM-Deep-1.0013.tar.gz ...
I think you see the pattern ...
Regards,
Slaven