File: outer_diamond_N.pm

package info (click to toggle)
libmodule-scandeps-perl 0.84-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 428 kB
  • ctags: 166
  • sloc: perl: 2,977; makefile: 46; 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__