added the use strict to let github know is a perl5 script
parent
87884cfc1d
commit
aff2ac0bc7
|
@ -1,13 +1,13 @@
|
||||||
package DDG::Goodie::IsAwesome::valcrist73;
|
package DDG::Goodie::IsAwesome::valcrist73;
|
||||||
# ABSTRACT: valcrist73's first goodie
|
# ABSTRACT: valcrist73's first goodie
|
||||||
|
use strict; #used so Github can correctly identify the file as Perl5
|
||||||
use DDG::Goodie;
|
use DDG::Goodie;
|
||||||
|
|
||||||
zci answer_type => "is_awesome_valcrist73";
|
zci answer_type => "is_awesome_valcrist73";
|
||||||
zci is_cached => 1;
|
zci is_cached => 1;
|
||||||
|
|
||||||
name "IsAwesome valcrist73";
|
name "IsAwesome valcrist73";
|
||||||
description "My first Goodie, it lets the world know that valcrist73 is specifically awesome";
|
description "My first Goodie, it lets the english/spanish speaking world know that valcrist73 is specifically awesome";
|
||||||
primary_example_queries "duckduckhack valcrist73";
|
primary_example_queries "duckduckhack valcrist73";
|
||||||
category "special";
|
category "special";
|
||||||
topics "special_interest", "geek";
|
topics "special_interest", "geek";
|
||||||
|
|
Loading…
Reference in New Issue