File: cheese.pl

package info (click to toggle)
libpod-constants-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 88 kB
  • ctags: 15
  • sloc: perl: 296; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13

use strict;

use vars qw($foo);
use Pod::Constants -trim => 1, foo => \$foo;

=head1 foo

detcepxe

=cut

1;