File: Port.pm

package info (click to toggle)
sqlfairy 0.09000-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,132 kB
  • ctags: 1,741
  • sloc: perl: 59,498; sql: 2,165; xml: 117; 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;