File: XML.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 (7 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
package GO::IO::XML;
use base qw(GO::IO::RDFXML);
1;