line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package common::sense; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
our $VERSION = 3.74; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
# overload should be included |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
sub import { |
8
|
2
|
|
|
2
|
|
18
|
local $^W; # work around perl 5.16 spewing out warnings for next statement |
9
|
|
|
|
|
|
|
# use warnings |
10
|
2
|
|
|
|
|
13
|
${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x0c\x3f\x33\x00\x0f\xf0\x0f\xc0\xf0\xfc\x33\x00\x00\x00\xc0"; |
11
|
|
|
|
|
|
|
# use strict, use utf8; use feature; |
12
|
2
|
|
|
|
|
6
|
$^H |= 0x1c820fc0; |
13
|
2
|
|
|
|
|
3780
|
@^H{qw(feature_state feature___SUB__ feature_switch feature_say feature_unicode feature_evalbytes feature_fc)} = (1) x 7; |
14
|
|
|
|
|
|
|
} |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1 |