File: obo_parser.pm

package info (click to toggle)
libgo-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,392 kB
  • ctags: 888
  • sloc: perl: 13,268; sh: 21; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (8)
1
2
3
package GO::Parsers::obo_parser;
use base qw(GO::Parsers::obo_text_parser);
1;