File: Port.pm

package info (click to toggle)
sqlfairy 0.11006-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,328 kB
  • ctags: 2,002
  • sloc: perl: 64,347; sql: 3,533; xml: 233; makefile: 2
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;