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 # ABSTRACT: Write an abstract here
# Start at https://duck.co/duckduckhack/goodie_overview if you are new # Start at https://duck.co/duckduckhack/goodie_overview if you are new
# to instant answer development # to instant answer development
@ -9,13 +9,13 @@ zci answer_type => "<: $lia_name :>";
zci is_cached => 1; zci is_cached => 1;
# Metadata. See https://duck.co/duckduckhack/metadata for help in filling out this section. # 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"; description "Succinct explanation of what this instant answer does";
primary_example_queries "first example query", "second example query"; primary_example_queries "first example query", "second example query";
secondary_example_queries "optional -- demonstrate any additional triggers"; secondary_example_queries "optional -- demonstrate any additional triggers";
category ""; category "";
topics ""; 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"], attribution github => ["GitHubAccount", "Friendly Name"],
twitter => "twitterhandle", twitter => "twitterhandle",

View File

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