From b0460b1b8fb61569d20cbd4ac75ae6976bd34a92 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 May 2012 18:18:55 +0200 Subject: =?UTF-8?q?=E2=80=98IO::Prompt=E2=80=99=20is=20deprecacted;=20Migr?= =?UTF-8?q?ating=20to=20=E2=80=98IO::Prompter=E2=80=99=20(by=20the=20same?= =?UTF-8?q?=20author).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fripost-newdomain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fripost-newdomain') diff --git a/fripost-newdomain b/fripost-newdomain index 6ce7923..1ce4b02 100755 --- a/fripost-newdomain +++ b/fripost-newdomain @@ -117,7 +117,7 @@ use Getopt::Long qw /:config noauto_abbrev no_ignore_case auto_version auto_help/; use Pod::Usage; use Email::Valid; -use IO::Prompt; +use IO::Prompter; use YAML::Syck; ## Get command line options -- cgit v1.2.3