File: sxpr.pm

package info (click to toggle)
libgo-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,856 kB
  • ctags: 1,268
  • sloc: perl: 13,147; sh: 21; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (8)
1
2
3
4
5
# stag-handle.pl -p GO::Parsers::GoOntParser -m <THIS> function/function.ontology

package GO::Handlers::sxpr;
use base qw(Data::Stag::SxprWriter Exporter);
1;