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

NAME

Xango::Job - Xango Job

SYNOPSIS

  use Xango::Job;
  my $job = Xango::Job->new(uri => $uri, foo => $foo, bar => $bar);

DESCRIPTION

For backwards compatibility (and a little bit for flexibility), all 'job' instances should be a hashref. But it's up to you to define what a job is.

Newer modules should be using the notes() function to store arbitrary data.

METHODS

new(uri => $uri, [key => $value, key => $value, ...])

Create a new Xango::Job object.

AUTHOR

Copyright 2005 Daisuke Maki <dmaki@cpan.org>. All rights reserved. Development funded by Brazil, Ltd. <http://b.razil.jp>