CPAN/Ohloh mashup

Yanick on 2008-04-23T23:50:53

Now that I've registered my Perl modules on Ohloh, I thought it'd be fun to make things bilateral and have one of the Ohloh widgets displayed on the modules' CPAN page. So I mustered my Grease-Fu, and hacked a little something.

With that little script installed, if a module dist is registered on Ohloh [*], its widget will appear on the right side of the CPAN page right below the gravatar picture.

For sample modules, have a gander at Test::Pod::Snippet or XML::XPathScript.

[*] The project must also be configured to have a name url corresponding to module's name in lowercase and with all '::' substitued by '-' (e.g., 'Test::Pod::Snippets' => 'test-pod-snippets').


Something supposed to happen?

kaare on 2008-04-24T07:34:12

For sample modules, have a gander at Test::Pod::Snippet or XML::XPathScript.

Nothing shows up for these modules when I look at them.

Re:Something supposed to happen?

Yanick on 2008-04-24T12:12:21

That's odd... You did install the Greasemonkey script before peeking at them, right?