Line
Link Here
|
0 |
-- forks-0.36/lib/forks.pm 2015-08-09 16:53:42.000000000 -0700 |
0 |
++ forks-0.36/lib/forks.pm.patched 2015-08-09 16:54:06.000000000 -0700 |
Lines 1567-1574
Link Here
|
1567 |
|
1567 |
|
1568 |
# Localize Storable variables to allow CODE refs, if using Storable >= 2.05 |
1568 |
# Localize Storable variables to allow CODE refs, if using Storable >= 2.05 |
1569 |
|
1569 |
|
1570 |
local $Storable::Deparse = 1 if $Storable::VERSION >= 2.05; |
1570 |
local $Storable::Deparse = 1 if eval { Storable->VERSION('2.05') }; |
1571 |
local $Storable::Eval = 1 if $Storable::VERSION >= 2.05; |
1571 |
local $Storable::Eval = 1 if eval { Storable->VERSION('2.05') }; |
1572 |
|
1572 |
|
1573 |
# Initialize the number of polls |
1573 |
# Initialize the number of polls |
1574 |
# While we're running in the main dispatch loop |
1574 |
# While we're running in the main dispatch loop |