File: inner_diamond_N.pm

package info (click to toggle)
libmodule-scandeps-perl 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 580 kB
  • sloc: perl: 3,938; makefile: 8; 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__