File: obo.pm

package info (click to toggle)
libgo-perl 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,104 kB
  • ctags: 1,560
  • sloc: perl: 13,147; sh: 21; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (8)
1
2
3
package GO::Handlers::obo;
use base qw(GO::Handlers::obo_text);
1;