File: RowPtr.pm

package info (click to toggle)
libbio-db-hts-perl 3.01-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,152 kB
  • sloc: perl: 2,375; sh: 247; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
package Bio::DB::HTS::VCF::RowPtr;

use base Bio::DB::HTS::VCF::Row;

$Bio::DB::HTS::VCF::RowPtr::VERSION = '3.01';

sub DESTROY {
    # do nothing (overwrite subroutine in base class)
}

1;