The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More tests => 1;

# TODO: Need to figure out how to test a post without actually
# posting...

package Fake::Plurk;
use strict;
use warnings;
use base qw( WWW::Plurk );

package main;

ok 1, 'is OK';