File: Commented.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 (8 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package Commented;
use strict;

our $VERSION;
# $VERSION = 1;
$VERSION = 2;

1;