Skip to content
Snippets Groups Projects
Commit 57d112c5 authored by Anton Soldatov's avatar Anton Soldatov
Browse files

Makefile.PL: removed unnecessary dependency from CORE module Encode

parent a7ff4c3d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ WriteMakefile( ...@@ -5,7 +5,6 @@ WriteMakefile(
NAME => 'RedMiner::API', NAME => 'RedMiner::API',
VERSION_FROM => 'lib/RedMiner/API.pm', VERSION_FROM => 'lib/RedMiner/API.pm',
PREREQ_PM => { PREREQ_PM => {
'Encode' => 0,
'URI' => 0, 'URI' => 0,
'URI::QueryParam' => 0, 'URI::QueryParam' => 0,
'LWP::UserAgent' => 0, 'LWP::UserAgent' => 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment