File tree 3 files changed +5
-14
lines changed 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ requires 'HTTP::Request::Common';
41
41
requires ' IO::Async::Loop' ;
42
42
requires ' IO::Async::SSL' ;
43
43
requires ' IO::Socket::SSL' ;
44
- requires ' JavaScript::Minifier::XS' ;
45
44
requires ' JSON::MaybeXS' => ' 1.004000' ;
46
45
requires ' List::Util' , ' 1.45' ;
47
46
requires ' Locale::Country' ,' 3.62' ;
Original file line number Diff line number Diff line change @@ -2370,13 +2370,6 @@ DISTRIBUTIONS
2370
2370
ExtUtils::MakeMaker 6.52
2371
2371
Types::Serialiser 0
2372
2372
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
2380
2373
LWP-MediaTypes-6.04
2381
2374
pathname: O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz
2382
2375
provides:
Original file line number Diff line number Diff line change 1
1
package MetaCPAN::Middleware::Static ;
2
2
use strict;
3
3
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 ();
10
9
11
10
Plack::MIME-> add_type(
12
11
' .eot' => ' application/vnd.ms-fontobject' ,
You can’t perform that action at this time.
0 commit comments