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-newdomain | |
parent | eea26843500c7d12f0ee2e9e89d80953d5f7276f (diff) |
‘IO::Prompt’ is deprecacted; Migrating to ‘IO::Prompter’ (by the same author).
Diffstat (limited to 'fripost-newdomain')
-rwxr-xr-x | fripost-newdomain | 2 |
1 files changed, 1 insertions, 1 deletions
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 |