diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-03 18:18:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-03 18:18:55 +0200 |
commit | b0460b1b8fb61569d20cbd4ac75ae6976bd34a92 (patch) | |
tree | a95c60c0f6705d73558e00b3afa3e0006dfb65a2 /fripost-newalias | |
parent | eea26843500c7d12f0ee2e9e89d80953d5f7276f (diff) |
‘IO::Prompt’ is deprecacted; Migrating to ‘IO::Prompter’ (by the same author).
Diffstat (limited to 'fripost-newalias')
-rwxr-xr-x | fripost-newalias | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-newalias b/fripost-newalias index b5ad94f..4d448b7 100755 --- a/fripost-newalias +++ b/fripost-newalias @@ -106,7 +106,7 @@ use Encode qw(encode); use Email::Valid; use Fripost::Prompt; use Fripost::Schema; -use IO::Prompt; +use IO::Prompter; use Getopt::Long qw /:config noauto_abbrev no_ignore_case gnu_compat bundling permute nogetopt_compat auto_version auto_help/; |