File: One.pm

package info (click to toggle)
libmodule-util-perl 1.09-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 243; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
package NS2::One;

our $VERSION = 1;

# Dummy Module for namespace test

1;