From 4a80f4e9e04de0cc74f134431ad2714caef82534 Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Thu, 31 Oct 2013 08:23:56 +0900 Subject: [PATCH] Remove meaningless `use 5.10` --- lib/Plack/BodyParser/JSON.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Plack/BodyParser/JSON.pm b/lib/Plack/BodyParser/JSON.pm index dbf174669..b0d9076db 100644 --- a/lib/Plack/BodyParser/JSON.pm +++ b/lib/Plack/BodyParser/JSON.pm @@ -2,7 +2,6 @@ package Plack::BodyParser::JSON; use strict; use warnings; use utf8; -use 5.010_001; use JSON (); use Encode qw(encode_utf8); use Hash::MultiValue;