Skip to content

Commit 655a81a

Browse files
authored
Merge pull request #3057 from metacpan/haarg/remove-minifier
remove unused JavaScript::Minifier::XS
2 parents ca4cf13 + 54f42c6 commit 655a81a

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

cpanfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ requires 'HTTP::Request::Common';
4141
requires 'IO::Async::Loop';
4242
requires 'IO::Async::SSL';
4343
requires 'IO::Socket::SSL';
44-
requires 'JavaScript::Minifier::XS';
4544
requires 'JSON::MaybeXS' => '1.004000';
4645
requires 'List::Util', '1.45';
4746
requires 'Locale::Country','3.62';

cpanfile.snapshot

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,13 +2370,6 @@ DISTRIBUTIONS
23702370
ExtUtils::MakeMaker 6.52
23712371
Types::Serialiser 0
23722372
common::sense 0
2373-
JavaScript-Minifier-XS-0.15
2374-
pathname: G/GT/GTERMARS/JavaScript-Minifier-XS-0.15.tar.gz
2375-
provides:
2376-
JavaScript::Minifier::XS 0.15
2377-
requirements:
2378-
ExtUtils::MakeMaker 0
2379-
perl 5.008001
23802373
LWP-MediaTypes-6.04
23812374
pathname: O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz
23822375
provides:

lib/MetaCPAN/Middleware/Static.pm

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package MetaCPAN::Middleware::Static;
22
use strict;
33
use warnings;
4-
use Plack::Builder qw( builder enable mount );
5-
use Plack::App::File ();
6-
use JavaScript::Minifier::XS ();
7-
use Cwd qw( cwd );
8-
use Plack::MIME ();
9-
use JSON::MaybeXS ();
4+
use Plack::Builder qw( builder enable mount );
5+
use Plack::App::File ();
6+
use Cwd qw( cwd );
7+
use Plack::MIME ();
8+
use JSON::MaybeXS ();
109

1110
Plack::MIME->add_type(
1211
'.eot' => 'application/vnd.ms-fontobject',

0 commit comments

Comments
 (0)