Cool. Curious that this should arrive at about the same time that Andy posted http://perlbuzz.com/2008/04/rethinking-the-interface-to-cpan.html Tim. p.s. I think the boxes on the right need another pixel or two of internal padding. They look quite cramped at the moment.
The "more..." link doesn't seem to work. On http://search.cpan.org/~timb/DBI-1.604/DBI.pm there are several Related Modules shown, but the "more..." link takes me to http://perlmonks.org/?node=cpan+module+search&pivot=1&module=DBI which shows no results.
There seems to be a mismatch between the "related modules" reported on the Speadsheet::WriteExcel on the search.cpan page: http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm: * Apache::DB * HTML::Embperl * Archive::Tar * HTML::Mason * ... And the related modules reported on Perlmonks (via the more link): http://perlmonks.org/?node=cpan+module+search&pivot=1&module=Spreadsheet::WriteExcel * Win32::OLE * Spreadsheet::ParseExcel * Excel::Template * Parse::RecDescent * ... I would say that the latter modules are related whilst the former aren't. John. --
Tim, The code perlmonks currently uses to detect module names requires a :: so modules like DBI and CGI will not get picked up. They are working on fixing this, but in the meantime I manually added some into the database that search.cpan.org uses for the DBI module
Cool.
ReplyDeleteCurious that this should arrive at about the same time that Andy posted http://perlbuzz.com/2008/04/rethinking-the-interface-to-cpan.html
Tim.
p.s. I think the boxes on the right need another pixel or two of internal padding. They look quite cramped at the moment.
The "more..." link doesn't seem to work.
ReplyDeleteOn http://search.cpan.org/~timb/DBI-1.604/DBI.pm there are several Related Modules shown,
but the "more..." link takes me to http://perlmonks.org/?node=cpan+module+search&pivot=1&module=DBI which shows no results.
There seems to be a mismatch between the "related modules" reported on the Speadsheet::WriteExcel on the search.cpan page: http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm:
ReplyDelete* Apache::DB
* HTML::Embperl
* Archive::Tar
* HTML::Mason
* ...
And the related modules reported on Perlmonks (via the more link): http://perlmonks.org/?node=cpan+module+search&pivot=1&module=Spreadsheet::WriteExcel
* Win32::OLE
* Spreadsheet::ParseExcel
* Excel::Template
* Parse::RecDescent
* ...
I would say that the latter modules are related whilst the former aren't.
John.
--
John,
ReplyDeleteThere was a bug in the sorting which is now fixed.
Tim,
ReplyDeleteThe code perlmonks currently uses to detect module names requires a :: so modules like DBI and CGI will not get picked up.
They are working on fixing this, but in the meantime I manually added some into the database that search.cpan.org uses for the DBI module