File: Repeated.pm

package info (click to toggle)
libmodule-extract-use-perl 1.054-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 584; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package Local::Repeated;

use strict;
use warnings;

no warnings;

use warnings;
use strict;

use constant;

package Foo;
use warnings;

{
no strict;
}

use warnings;


1;