Skip to content

Commit bcb9d8d

Browse files
committed
IO::Prompt -> IO::Prompt::Tiny
We don't need any of IO::Prompt's extra features or its weird behaviors and prereqs.
1 parent 6843883 commit bcb9d8d

File tree

3 files changed

+11
-23
lines changed

3 files changed

+11
-23
lines changed

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requires 'Gravatar::URL';
6363
requires 'Hash::Merge::Simple';
6464
requires 'HTML::Entities';
6565
requires 'HTTP::Request::Common', '6.36';
66-
requires 'IO::Prompt';
66+
requires 'IO::Prompt::Tiny';
6767
requires 'IO::Uncompress::Bunzip2', '2.106';
6868
requires 'IO::Zlib';
6969
requires 'IPC::Run3', '0.048';

cpanfile.snapshot

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,17 +2626,17 @@ DISTRIBUTIONS
26262626
Exporter 5.57
26272627
ExtUtils::MakeMaker 0
26282628
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
26312631
provides:
2632-
IO::Prompt 0.997004
2633-
IO::Prompt::ReturnVal 0.997004
2632+
IO::Prompt::Tiny 0.003
26342633
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
26402640
IO-Socket-SSL-2.086
26412641
pathname: S/SU/SULLR/IO-Socket-SSL-2.086.tar.gz
26422642
provides:
@@ -6347,12 +6347,6 @@ DISTRIBUTIONS
63476347
Exporter 0
63486348
ExtUtils::CBuilder 0
63496349
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
63566350
Test-Abortable-0.003
63576351
pathname: R/RJ/RJBS/Test-Abortable-0.003.tar.gz
63586352
provides:
@@ -7232,12 +7226,6 @@ DISTRIBUTIONS
72327226
Fcntl 0
72337227
URI 1.10
72347228
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
72417229
XML-NamespaceSupport-1.12
72427230
pathname: P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz
72437231
provides:

lib/MetaCPAN/Role/Script.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use MetaCPAN::Model ();
99
use MetaCPAN::Types::TypeTiny qw( Bool HashRef Int Path Str );
1010
use Mojo::Server ();
1111
use Term::ANSIColor qw( colored );
12-
use IO::Prompt qw( prompt );
12+
use IO::Prompt::Tiny qw( prompt );
1313
use File::Path ();
1414

1515
use Carp ();

0 commit comments

Comments
 (0)