Skip to content

Commit

Permalink
Remove meaningless use 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Oct 30, 2013
1 parent 1fac96a commit 4a80f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Plack/BodyParser/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a80f4e

Please sign in to comment.