The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w
use strict;

use Test::More (tests => 6);

BEGIN
{
    use_ok("App::Maisha");
    use_ok("App::Maisha::Shell");
    use_ok("App::Maisha::Plugin::Base");
    use_ok("App::Maisha::Plugin::Identica");
    use_ok("App::Maisha::Plugin::Test");
    use_ok("App::Maisha::Plugin::Twitter");
}