From 9c7a3f1c0b9f4c8adb7a8e1419845e57c8151b18 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <
[email protected]>
Date: Sat, 4 Mar 2017 22:32:14 +0100
Subject: [PATCH] no more lexical my (fixes RT #108386)
---
t/s.t | 2 --
1 file changed, 2 deletions(-)
diff --git a/t/s.t b/t/s.t
index 7d77fa5..cd25bc4 100644
--- a/t/s.t
+++ b/t/s.t
@@ -2,8 +2,6 @@ use strict;
use Test::More tests => 10;
use re::engine::PCRE;
-my $_;
-
$_ = "ab";
s/a//;
is($_, 'b', q(s/a//; 'ab' => 'b'));
--
2.1.2