Add meta information to MoonPhases
parent
2751322ff8
commit
f5219dfe1f
|
@ -3,6 +3,27 @@ package DDG::Goodie::MoonPhases;
|
||||||
use DDG::Goodie;
|
use DDG::Goodie;
|
||||||
use Astro::MoonPhase;
|
use Astro::MoonPhase;
|
||||||
|
|
||||||
|
primary_example_queries => "lunar phase";
|
||||||
|
|
||||||
|
secondary_example_queries =>
|
||||||
|
"moon phase",
|
||||||
|
"phase of the moon",
|
||||||
|
"what is the current lunar phase";
|
||||||
|
|
||||||
|
description "Lunar phase";
|
||||||
|
|
||||||
|
name "MoonPhases";
|
||||||
|
|
||||||
|
topics => "special_interest", "everyday_goodies";
|
||||||
|
|
||||||
|
category => "random";
|
||||||
|
|
||||||
|
attribution
|
||||||
|
github => ['https://github.com/rpicard', 'rpicard'],
|
||||||
|
twitter => ['https://twitter.com/__rlp', '__rlp'],
|
||||||
|
web => ['http://robert.io', 'Robert Picard'];
|
||||||
|
|
||||||
|
|
||||||
triggers any => 'moon', 'lunar';
|
triggers any => 'moon', 'lunar';
|
||||||
|
|
||||||
my %triggerQueries = (
|
my %triggerQueries = (
|
||||||
|
|
Loading…
Reference in New Issue