File: cheese.pl

package info (click to toggle)
libpod-constants-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 238; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;

our $foo;

use Pod::Constants -trim => 1, foo => \$foo;

=head1 foo

detcepxe

=cut

1;