File tree Expand file tree Collapse file tree 3 files changed +11
-23
lines changed Expand file tree Collapse file tree 3 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ requires 'Gravatar::URL';
63
63
requires ' Hash::Merge::Simple' ;
64
64
requires ' HTML::Entities' ;
65
65
requires ' HTTP::Request::Common' , ' 6.36' ;
66
- requires ' IO::Prompt' ;
66
+ requires ' IO::Prompt::Tiny ' ;
67
67
requires ' IO::Uncompress::Bunzip2' , ' 2.106' ;
68
68
requires ' IO::Zlib' ;
69
69
requires ' IPC::Run3' , ' 0.048' ;
Original file line number Diff line number Diff line change @@ -2626,17 +2626,17 @@ DISTRIBUTIONS
2626
2626
Exporter 5.57
2627
2627
ExtUtils::MakeMaker 0
2628
2628
perl 5.008
2629
- IO-Prompt-0.997004
2630
- pathname: D/DC/DCONWAY /IO-Prompt-0.997004 .tar.gz
2629
+ IO-Prompt-Tiny-0.003
2630
+ pathname: D/DA/DAGOLDEN /IO-Prompt-Tiny-0.003 .tar.gz
2631
2631
provides:
2632
- IO::Prompt 0.997004
2633
- IO::Prompt::ReturnVal 0.997004
2632
+ IO::Prompt::Tiny 0.003
2634
2633
requirements:
2635
- ExtUtils::MakeMaker 0
2636
- IO::Handle 0
2637
- Term::ReadKey 0
2638
- Test::More 0
2639
- Want 0
2634
+ Carp 0
2635
+ Exporter 0
2636
+ ExtUtils::MakeMaker 6.17
2637
+ perl 5.006
2638
+ strict 0
2639
+ warnings 0
2640
2640
IO-Socket-SSL-2.086
2641
2641
pathname: S/SU/SULLR/IO-Socket-SSL-2.086.tar.gz
2642
2642
provides:
@@ -6347,12 +6347,6 @@ DISTRIBUTIONS
6347
6347
Exporter 0
6348
6348
ExtUtils::CBuilder 0
6349
6349
ExtUtils::MakeMaker 0
6350
- TermReadKey-2.38
6351
- pathname: J/JS/JSTOWE/TermReadKey-2.38.tar.gz
6352
- provides:
6353
- Term::ReadKey 2.38
6354
- requirements:
6355
- ExtUtils::MakeMaker 6.58
6356
6350
Test-Abortable-0.003
6357
6351
pathname: R/RJ/RJBS/Test-Abortable-0.003.tar.gz
6358
6352
provides:
@@ -7232,12 +7226,6 @@ DISTRIBUTIONS
7232
7226
Fcntl 0
7233
7227
URI 1.10
7234
7228
perl 5.008001
7235
- Want-0.29
7236
- pathname: R/RO/ROBIN/Want-0.29.tar.gz
7237
- provides:
7238
- Want 0.29
7239
- requirements:
7240
- ExtUtils::MakeMaker 0
7241
7229
XML-NamespaceSupport-1.12
7242
7230
pathname: P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz
7243
7231
provides:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use MetaCPAN::Model ();
9
9
use MetaCPAN::Types::TypeTiny qw( Bool HashRef Int Path Str ) ;
10
10
use Mojo::Server ();
11
11
use Term::ANSIColor qw( colored ) ;
12
- use IO::Prompt qw( prompt ) ;
12
+ use IO::Prompt::Tiny qw( prompt ) ;
13
13
use File::Path ();
14
14
15
15
use Carp ();
You can’t perform that action at this time.
0 commit comments