We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2751669 commit 21d7493Copy full SHA for 21d7493
cpan/Module-Metadata/lib/Module/Metadata.pm
@@ -10,7 +10,7 @@ package Module::Metadata; # git description: v1.000036-4-g435a294use v5;
10
# perl modules (assuming this may be expanded in the distant
11
# parrot future to look at other types of modules).
12
13
-sub __clean_eval { eval $_[0] }
+sub __clean_eval { no strict; no warnings; eval $_[0] }
14
use strict;
15
use warnings;
16
0 commit comments