From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Exobrain::Intent::Beeminder - Exobrain intent packet for sending data to Beeminder.

VERSION

version 1.06

SYNOPSIS

$exobrain->intent('Beeminder',
goal => 'inbox', # Mandatory
value => 52, # Mandatory
comment => "Submitted via Exobrain", # Optional
);

DESCRIPTION

This intent sends data to Beeminder. It is typically processed by the Exobrain::Agent::Beeminder::Sink agent.

AUTHOR

Paul Fenwick <pjf@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Paul Fenwick.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.