Object::Annotate

Mix in logging-to-database to objects
Download

Object::Annotate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Object::Annotate Tags


Object::Annotate Description

Mix in logging-to-database to objects Object::Annotate is a Perl module to mix in logging-to-database to objects.SYNOPSIS package Your::Class; use Object::Annotate annotate => { dsn => '...', table => 'notes' }; ... my $object = Your::Class->new( ... ); $object->annotate({ event => "created", comment => "(as example)" }); Requirements: · Perl


Object::Annotate Related Software