File: Port.pm

package info (click to toggle)
sqlfairy 0.07-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,672 kB
  • ctags: 1,470
  • sloc: perl: 55,380; sql: 2,106; xml: 68; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (3)
1
2
3
4
5
package SQL::Translator::Schema::Graph::Port;

use strict;

1;