summarylogtreecommitdiffstats
path: root/p2.patch
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 18:11:45 -0600
committernot_anonymous2015-07-05 18:11:45 -0600
commit97d9013c4744d52fa4f0a2e4f07dafd083f82c16 (patch)
treeb8ab9437d8f99baa6fd91a128ed50147b5529683 /p2.patch
downloadaur-perl-padre.tar.gz
Initial import
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";