On 2012-11-13 05:58:07, TJENNESS wrote:
> It's deliberate as 3.07 didn't include any changes to
> Astro::FITS::Header. It seemed like the
> logical thing to do at the time although I notice that it confuses
> cpanm if you ask to update
> Astro::FITS::Header because it doesn't know anything about
> distributions.
This because CPAN dependencies don't work using distributions, they're specified using module names.
At runtime, there are no distributions, only modules.
Usually there's a degree of acceptability with non-main-modules not tracking DIST-VERSION. Its discouraged, but it works.
But MAIN_MODULE not tracking DIST_VERSION is rather weird and likely to cause headaches.