Remove comments from WorkdaysBetween.pm .
parent
13aaca2500
commit
c00c956dd0
|
@ -37,11 +37,6 @@ handle remainder => sub {
|
||||||
my $number = $workdays == 1 ? 'Workday' : 'Workdays';
|
my $number = $workdays == 1 ? 'Workday' : 'Workdays';
|
||||||
|
|
||||||
return "There $verb $workdays $number between $start_str and $end_str.",
|
return "There $verb $workdays $number between $start_str and $end_str.",
|
||||||
# structured_answer => {
|
|
||||||
# input => [$start_str, $end_str],
|
|
||||||
# operation => "$number between",
|
|
||||||
# result => $workdays
|
|
||||||
# };
|
|
||||||
structured_answer => {
|
structured_answer => {
|
||||||
data => {
|
data => {
|
||||||
title => $workdays,
|
title => $workdays,
|
||||||
|
|
Loading…
Reference in New Issue