#!/usr/bin/env perl use strict; use warnings; use Test::More; use DDG::Test::Goodie; zci answer_type => "constants"; zci is_cached => 1; ddg_goodie_test( [qw( DDG::Goodie::Constants )], "Hardy Ramanujan number" => test_zci( 'Hardy Ramanujan number 1729 = 13 + 123 = 93 + 103', structured_answer => { input => [], operation => 'constants', result => "Hardy Ramanujan number 1729 = 13 + 123 = 93 + 103", } ), "How old is my grandma?" => undef, "why?" => undef, ); done_testing;