HTML::TrackerLink

HTML::TrackerLink is a Perl module that autogenerates links to Bug/Tracker systems.
Download

HTML::TrackerLink Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

HTML::TrackerLink Tags


HTML::TrackerLink Description

HTML::TrackerLink is a Perl module that autogenerates links to Bug/Tracker systems. HTML::TrackerLink is a Perl module that autogenerates links to Bug/Tracker systems.SYNOPSIS # Create a linker for only #12345 for a single tracker system my $linker = HTML::TrackerLink->new( 'http://host/path?id=%n' ); # Create a linker for a single named ( 'Bug #12345' ) system $linker = HTML::TrackerLink->new( 'bug', 'http://host/path?id=%n' ); # Create a linker for multiple named systems $linker = HTML::TrackerLink->new( 'bug' => 'http://host1/path?id=%n', 'tracker' => 'http://host2/path?id=%n', ); # For the multiple linker, make it default to an arbitrary system $linker->default( 'http://host/path?id=%n' ); # For the multiple linker, make it default to one of the keywords $linker->default_keyword( 'bug' ); # Process a string, and add links my $string = 'Fix for bug 1234, described in client request CT #1234'; $string = $linker->process( $string );HTML::TrackerLink is a package for automatically generating links to one or more external systems from references found in ordinary text, such as CVS commit messages. It tries to do this as intelligently and as flexibly as possible. Requirements: · Perl


HTML::TrackerLink Related Software