summarylogtreecommitdiffstats
path: root/p2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'p2.patch')
-rw-r--r--p2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/p2.patch b/p2.patch
new file mode 100644
index 000000000000..295d1e403ebe
--- /dev/null
+++ b/p2.patch
@@ -0,0 +1,11 @@
+--- StrictWarnings.pm 2013-11-08 20:43:41.000000000 -0700
++++ StrictWarnings.pm 2015-01-01 11:03:03.899039317 -0700
+@@ -68,7 +68,7 @@
+ my $first = $doc->find_first(
+ sub {
+ return $_[1]->isa('PPI::Statement')
+- or $_[1]->isa('PPI::Structure');
++ || $_[1]->isa('PPI::Structure');
+ }
+ );
+ $replace = "use strict;\nuse warnings;\n";