-
-
29 Nov 2010 18:00:55 UTC
- Distribution: Log-Dispatch-Twitter
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (581 / 0 / 2)
- Kwalitee
Bus factor: 1- 90.00% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (18.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Shawn M Moore, C
- Dependencies
- Log::Dispatch
- Net::Twitter
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Log::Dispatch::Twitter - Log messages via Twitter
SYNOPSIS
use Log::Dispatch; use Log::Dispatch::Twitter; my $logger = Log::Dispatch->new; $logger->add(Log::Dispatch::Twitter->new( username => "foo", password => "bar", # Net::Twitter args traits => [qw/OAuth API::REST/], consumer_key => $consumer_key, consumer_secret => $consumer_secret, access_token => $token, access_token_secret => $token_secret, )); $logger->log( level => 'error', message => 'We applied the cortical electrodes but were unable to get a neural reaction from either patient.', );
DESCRIPTION
Twitter is a presence tracking site. Why not track your program's presence?
AUTHOR
Shawn M Moore,
sartak@gmail.com
COPYRIGHT AND LICENSE
Copyright 2008-2010 Shawn M Moore.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Log::Dispatch::Twitter, copy and paste the appropriate command in to your terminal.
cpanm Log::Dispatch::Twitter
perl -MCPAN -e shell install Log::Dispatch::Twitter
For more information on module installation, please visit the detailed CPAN module installation guide.