Increasing Perl’s Visibility

Perl has some really great community websites. But a drawback to this is that the Perl community is centred around a few domain names, which means that it isn’t as visible as some other languages. Most projects use github for development and CPAN for distribution, and outside those sites, they don’t have much online presence.

One thing I think might help spread Perl around the web would be if different Perl projects had their own websites.

I’ve started one for Type::Tiny. It’s here:

http://typetiny.toby.ink/

It’s basically just the Type::Tiny documentation, presented nicely, and in a better reading order than MetaCPAN presents. Wasn’t a whole lot of work to put together.

Now, this is hardly the first Perl project to have its own website. Mojolicious has one. (A really good one!) So does Plack, Dancer, DBI, and Dist::Zilla. Catalyst has one, though the “copyright 2012” at the bottom probably doesn’t inspire confidence in people looking for a modern web framework. Moose used to have a website but it currently redirects to MetaCPAN.

But it would be nice if some more of the popular Perl projects got their own websites. Smaller projects too!

If you like the idea but you’re feeling lazy, feel free to use the Type::Tiny website’s repo as a starting off point. But, you know…

change it up a bit so it doesn't look too obvious