File: Foo.pm

package info (click to toggle)
libdist-checkconflicts-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 428 kB
  • sloc: perl: 938; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
package Foo;
use strict;
use warnings;

our $VERSION = 0.02;

1;