in reply to CPAN indexes *.pm as "Documentation"?

When I follow that link I get a Not Found page. The most recent version I can find on search.cpan.org is 0.04.

-sam

  • Comment on Re: CPAN indexes *.pm as "Documentation"?

Replies are listed 'Best First'.
Re^2: CPAN indexes *.pm as "Documentation"?
by rvosa (Curate) on Sep 30, 2005 at 20:03 UTC
    Perhaps it hasn't propagated over to all mirrors (although I didn't think the web interface is mirrored???).

    Is this URL not working for you?

    http://search.cpan.org/~rvosa/Bio-Phylo-0.05/

    That would be odd... it works for me...

    Update: by the way, thanks for writing and making available your e-book on creating CPAN modules. Very useful!
      Yup, when I hit that URL I see a "Not Found" screen. Maybe there's some dynamic load-balancing happening behind the scenes that's sending us to different sites.

      And thanks!

      -sam

        In any case, I fixed the original thing, turns out that the package is called: Bio::Phylo::Treedrawer (singular), but the NAME heading in pod said Bio::Phylo::Treedrawers (plurar), so obviously it didn't match up the two. So that's fixed. I suspect that version 0.07 (yup, it took two tries to fix that typo, duh!) should show up soon on my cpan page, but perhaps takes a while to propagate over all load-balancing servers behind the scenes.