File: inner_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 (7 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
package inner_diamond_N;

use inner_diamond_E;
use inner_diamond_W;

1;
__END__