Ask
===
Created: 2012-11-28
Home page: <https://metacpan.org/release/Ask>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Ask>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.015 2020-11-09
- Added: Ask->instance.
- Ask::Question's backend attribute now accepts a coderef as a value, and
defaults to Ask->instance.
0.014 2020-11-06
[ Bug Fixes ]
- Ask::Question should be able to cope with missing text attribute.
0.013 2020-11-06
[ Bug Fixes ]
- Fix warning when default for Ask::Question is a string.
[ Documentation ]
- Show functional style in SYNOPSIS.
[ Other ]
- Tidy up code using Perl::Tidy.
0.012 2020-10-26
- Added: Ask->backends method.
- Added: Ask::Caroline.
- Added: Ask::Clui.
- Added: Ask::Prima.
- file_selection now returns Path::Tiny objects instead of strings.
0.011 2020-10-24
[ Bug Fixes ]
- Minor issues with Ask::Functions fixed.
[ Other ]
- Added: Ask::Question.
0.010 2020-10-24
[ Bug Fixes ]
- Fix syntax error in Ask::Wx introduced in version 0.009.
[ Packaging ]
- Add Module::Pluggable to the dependency list.
0.009 2020-10-23
- Remove Perl-5.10-specific syntax and backport to Perl 5.8.8+.
0.008 2020-10-23
[ Bug Fixes ]
- Ask::Gtk, Ask::Wx, Ask::Tk, and Ask::Zenity now check DISPLAY
environment variable to see if they will be usable.
- Better skipping of backends which cannot be loaded.
[ Packaging ]
- Switch to Dist::Inkt.
[ Other ]
- Replace Sub::Exporter::Progressive with Exporter::Tiny.
- Replace namespace::sweep with namespace::autoclean.
0.007 2013-06-18
[ Bug Fixes ]
- Bumped Moo version requirement to 1.000006.
Joel Berger++
[ Other ]
- Add a 'lang' option; use Lingua::Boolean::Tiny to process it.
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯++
<https://rt.cpan.org/Ticket/Display.html?id=82925>
- Added: AskX::AutoLang.
- Use POSIX.pm to switch off terminal echo instead of Term::ReadKey.
Graham Knop++
0.006 2013-01-16
[ Documentation ]
- Corrections in Ask::Wx pod.
[ Other ]
- Added: XML address book example script.
0.005 2013-01-16
- Added: Ask::Fallback backend, which kicks in if $ENV{AUTOMATED_TESTING}
or $ENV{PERL_MM_USE_DEFAULT}.
- Added: New (internal) API method: is_usable
- Added: New (internal) API method: quality
- Saner implementation of Ask->detect, using Module::Pluggable.
0.004 2013-01-14
[ Bug Fixes ]
- Correctly destroy no longer used Tk::MainWindow objects created in info,
warning, question and file_selection methods.
[ Other ]
- Added: Ask::Wx - does not yet support multi file selection dialog.
- Added: New API method: multiple_choice
- Added: New API method: single_choice
0.003 2013-01-13
- Added: Ask::Gtk
0.002 2012-12-11
[ Packaging ]
- Require at least version 0.006 of namespace::sweep.
0.001 2012-12-03 Initial release
[ Documentation ]
- Document Ask::Callback.
- Document Ask::Tk.
[ Other ]
- Added: Allow functions to be exported via Sub::Exporter::Progressive.
- Added: Respect PERL_ASK_BACKEND environment variable.
0.000_02 2012-12-03 Developer preview II
[ Packaging ]
- Fix repo link.
[ Other ]
- Added: Ask::Tk
0.000_01 2012-12-01 Developer preview