File: Foo.pm

package info (click to toggle)
libexporter-autoclean-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 3,921; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package Foo;
use strict;
use warnings;
use Base;

our $data;
$data = method();

1;