NAME
AskX::AutoLang - automatically supply a "lang" argument to all method calls
SYNPOSIS
my $ask = Ask->detect(traits => ['AskX::AutoLang'], language => "fr");
$ask->question("Voulez-vous coucher avec moi ce soir?");
DESCRIPTION
Saves supplying lang => "fu"
to all method calls. Just do it once in the constructor.
BUGS
Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=Ask.
SEE ALSO
Ask.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2012-2013, 2020 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.