Removed comments

master
MaxPower9 2014-12-05 14:41:09 +00:00
parent 83b3f0e6a0
commit 081277a4ab
2 changed files with 0 additions and 14 deletions

View File

@ -21,11 +21,6 @@ triggers start => "duckduckhack maxpower9";
handle remainder => sub {
# optional - regex guard
# return unless qr/^\w+/;
# return unless $_; # Guard against "no answer"
return if $_;
return "MaxPower9 is awesome and has successfully completed the DuckDuckHack Goodie tutorial!";

View File

@ -9,15 +9,6 @@ zci answer_type => "is_awesome_max_power9";
zci is_cached => 1;
ddg_goodie_test(
# [qw( DDG::Goodie::IsAwesome::MaxPower9 )],
# At a minimum, be sure to include tests for all:
# - primary_example_queries
# - secondary_example_queries
# 'example query' => test_zci('query'),
# Try to include some examples of queries on which it might
# appear that your answer will trigger, but does not.
# 'bad example query' => undef,
[qw(
DDG::Goodie::IsAwesome::MaxPower9
)],