blt
view release on metacpan or search on metacpan
lib/App/BLT.pm view on Meta::CPAN
$VERSION = '0.22';
# Well, since we're mainly here so that most of blt's functionality can
# live in module space, let's export almost everything. This needs
# cleaning up later, really, because it's not elegant.
@EXPORT = qw(twitter_post twitter_following print_masthead print_help
already_running_in_background
$check $set $help $version $force $sync $check_public $username
%rc_settings $timeline $last_fetch_filename $home $pid_filename
$rc_filename $last_fetch);
our $home = $ENV{HOME} || (getpwuid($<))[7];
our $rc_filename = "$home/.bltrc.xml";
our $pid_filename = "$home/.blt_pid";
our $last_fetch_filename = "$home/.blt_last_fetch";
our $timeline;
sub print_masthead {
print <<EOT;
blt - bash loves twitter - shell/twitter integration
Copyright (c) 2008 Thomas Thurman - tthurman\@gnome.org - http://marnanel.org
blt is released in the hope that it will be useful, but with NO WARRANTY.
( run in 0.232 second using v1.01-cache-2.11-cpan-454fe037f31 )