File: X.pm

package info (click to toggle)
libmodule-load-conditional-perl 0.74-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: perl: 305; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package X;
use strict;

our $VERSION = '0.02';

1;