File: outer_diamond_N.pm

package info (click to toggle)
libmodule-scandeps-perl 1.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: perl: 3,157; 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__