rename variables + github account
parent
e04d8cd03a
commit
31b03e81a5
|
@ -4,14 +4,14 @@ package DDG::Goodie::IsAwesome::Quoidautre;
|
||||||
use DDG::Goodie;
|
use DDG::Goodie;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
zci answer_type => "is_awesome_git_hub_username";
|
zci answer_type => "quoidautre";
|
||||||
zci is_cached => 1;
|
zci is_cached => 1;
|
||||||
|
|
||||||
name "IsAwesome Quoidautre";
|
name "IsAwesome Quoidautre";
|
||||||
description "My first Goodie, it lets Quoidautre";
|
description "My first Goodie, it lets the world know Quoidautre is awesome";
|
||||||
category "special";
|
category "special";
|
||||||
topics "special_interest", "geek";
|
topics "special_interest", "geek";
|
||||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/GitHubUsername.pm";
|
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/Quoidautre.pm";
|
||||||
attribution github => ["https://github.com/quoidautre", "quoidautre"],
|
attribution github => ["https://github.com/quoidautre", "quoidautre"],
|
||||||
twitter => "quoidautre_test";
|
twitter => "quoidautre_test";
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ use warnings;
|
||||||
use Test::More;
|
use Test::More;
|
||||||
use DDG::Test::Goodie;
|
use DDG::Test::Goodie;
|
||||||
|
|
||||||
zci answer_type => "is_awesome_git_hub_username";
|
zci answer_type => "quoidautre";
|
||||||
zci is_cached => 1;
|
zci is_cached => 1;
|
||||||
|
|
||||||
ddg_goodie_test(
|
ddg_goodie_test(
|
||||||
|
|
Loading…
Reference in New Issue