
Acme::KnowledgeWisdom - knowledge and wisdom interface through questioning

use Acme::KnowledgeWisdom;
use Test::Exception;
my $kw_questions = Acme::KnowledgeWisdom->new();
dies_ok { $kw_questions->get };

What if the knowledge is not in answers, but in questions?

Boolean, default value is true.
Boolean, default value is false.

Get the knowledge and wisdom.
Ask a question.

Jozef