Update templates to match duckpan new updates

master
Zaahir Moolla 2014-10-15 23:16:59 -04:00
parent 4e984ce271
commit f823f79294
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package DDG::Goodie::<: $ia_name :>;
package DDG::Goodie::<: $ia_package_name :>;
# ABSTRACT: Write an abstract here
# Start at https://duck.co/duckduckhack/goodie_overview if you are new
# to instant answer development
@ -9,13 +9,13 @@ zci answer_type => "<: $lia_name :>";
zci is_cached => 1;
# Metadata. See https://duck.co/duckduckhack/metadata for help in filling out this section.
name "<: $ia_name :>";
name "<: $ia_name_separated :>";
description "Succinct explanation of what this instant answer does";
primary_example_queries "first example query", "second example query";
secondary_example_queries "optional -- demonstrate any additional triggers";
category "";
topics "";
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/<: $ia_name :>.pm";
code_url "https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/lib/DDG/Spice/<: $ia_path :>/<: $ia_name :>.pm";
attribution github => ["GitHubAccount", "Friendly Name"],
twitter => "twitterhandle",

View File

@ -10,7 +10,7 @@ zci is_cached => 1;
ddg_goodie_test(
[qw(
DDG::Goodie::<: $ia_name :>
DDG::Goodie::<: $ia_package_name :>
)],
'example query' => test_zci('query')
);