Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
sun_rise_set - removed abstract, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibhas committed Apr 15, 2015
1 parent 44fb58a commit 208958c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/DDG/Spice/SunRiseSet.pm
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package DDG::Spice::SunRiseSet;
# ABSTRACT: Returns package information from npm package manager's registry.

use DDG::Spice;
use YAML::XS qw( Load );
use Text::Trim;

primary_example_queries "sunset Oslo", "sunrise Oslo";
secondary_example_queries "Oslp sunset time", "Oslo sunrise time";
secondary_example_queries "Oslo sunset time", "Oslo sunrise time";
description "Provides the sunrise/sunset time of country, city or state searched";
name "SunRiseSet";
code_url "https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/lib/DDG/Spice/SunRiseSet.pm";
Expand Down

0 comments on commit 208958c

Please sign in to comment.