File: lexanalysis2sql.pm

package info (click to toggle)
libgo-perl 0.15-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,112 kB
  • sloc: perl: 13,147; sh: 21; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6

package GO::Handlers::lexanalysis2sql;
use base qw(GO::Handlers::abstract_sql_writer GO::Handlers::lexanalysis);
use strict;

1;