Had some good feedback on module-authors and the code-review-ladder lists (thanks, Bart, Mark, Stephen and Smylers
http://search.cpan.org/~rhesa/DBIx-Counter-0.01/lib/DBIx/Counter.pm
Now for some advertising... Where do I go to announce my precious code to the world?
Where to now? (Score:2)
Well all the cool kids read the journals here so your job is done :-) Beyond that there's always Perl Monks [perlmonks.org].
If you're linking to your distribution on CPAN, you might want to use a link format that will always point to the latest version: http://search.cpan.org/dist/DBIx-Counter/ [cpan.org].
Re:Where to now? (Score:1)
Thanks for that way of linking to CPAN. Didn't know about that yet.
Freshmeat and Other Publicity Sites (Score:1)
I'm announcing a lot of my software (including many CPAN modules) on Freshmeat [freshmeat.net]. There's also the FSF/UNESCO Free Software Directory [fsf.org]. You can also try on the relevant mailing lists or other forums like perl-dbi or whatever.
Re:Freshmeat and Other Publicity Sites (Score:1)
Re: (Score:1)
CPAN RSS? (Score:2)
Re:CPAN RSS? (Score:1)
If I can make a shameless plug here: I use my pet project to read rss feeds. It's an rss/atom to email program, and you can find it at http://www.asynchrss.com/ [asynchrss.com]. I greatly prefer receiving feeds in my email: I already have my mail client open all day, and don't need yet another reader gui.
And it was a lot of fun coding it too: it uses many of my favorite CPAN modules (POE, Class::DBI, CGI::Application to name the biggest ones).