File: outer_diamond_N.pm

package info (click to toggle)
libmodule-scandeps-perl 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 576 kB
  • ctags: 147
  • sloc: perl: 3,007; makefile: 8; ansic: 1
file content (8 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
package outer_diamond_N;

use outer_diamond_E;
use outer_diamond_W;
use inner_diamond_N;

1;
__END__