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

SYNOPSIS

  $loc = Bio::Coordinate::Result::Match->new(
      -start=>10,
      -end=>30,
      -strand=>+1
  );

DESCRIPTION

This is a location class for coordinate mapping results.