Perlbug::Object

Perlbug::Object is a object handler for Perlbug database.
Download

Perlbug::Object Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Foley
  • Publisher web site:
  • http://search.cpan.org/~rfoley/Perlbug-2.93/Perlbug/Format.pm

Perlbug::Object Tags


Perlbug::Object Description

Perlbug::Object is a object handler for Perlbug database. Perlbug::Object is a object handler for Perlbug database.Handles Perlbug database objects, typically bug, group, message, patch, note, test, user, and severity, status etc....Methods included to recognise objects by their id or by their also unique name.SYNOPSIS my $o_obj = Perlbug::Object->new(%init); # see L $o_obj = $o_obj->read($oid); # data my $name = $o_obj->data('name'); # Bug # ALL bugids (optionally) constrained by sql 'where' clause my @ids = $o_obj->ids($where); # where # Relation ids my @patchids = $o_obj->rel_ids('patch'); # relids print = $o_obj->format('h'); Requirements: · Perl


Perlbug::Object Related Software