NAME

Perlbug::TM - Bug support functions for Perlbug

DESCRIPTION

Access to the database, bug get, set, id methods for Perlbug.

SYNOPSIS

        my $o_tm = Perlbug::TM->new;
        
        my $id = $o_tm->get_id('some long string with a tid [20010732.003] in it somewhere');
        
        print "ID: $id\n"; # 20010732.003

METHODS

new

Create new Perlbug::TM object:

        my $do = Perlbug::TM->new();
new_id

Generate new_id for perlbug - YUK

get_id

Determine if the string contains a valid bug ID.

    my ($ok, $tid) = $obj->get_id($str);

AUTHOR

Chris Masto chrism@netmonger.net and Richard Foley perlbug@rfi.net Oct 1999