The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Toodledo::Goal - class encapsulating a Toodledo goal

SYNOPSIS

  $goal = App::Toodledo::Goal->new;
  $goal->name( 'Become president' )
  $todo = App::Toodledo->new;
  $todo->add_goal( $goal );

DESCRIPTION

This class provides accessors for the properties of a Toodledo goal. The attributes of a goal are defined in the App::Toodledo::GoalRole module.

AUTHOR

Peter J. Scott, <cpan at psdt.com>

SEE ALSO

Toodledo: http://www.toodledo.com/.

Toodledo API documentation: http://www.toodledo.com/info/api_doc.php.

COPYRIGHT & LICENSE

Copyright 2009-2011 Peter J. Scott, all rights reserved.

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