File: xml.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 (5 lines) | stat: -rw-r--r-- 158 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::xml;
use base qw(Data::Stag::XMLWriter Exporter);
1;