Skip to content

Commit

Permalink
add attribution to IsValid plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Aug 2, 2012
1 parent ccdcc30 commit 1e69def
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/DDG/Goodie/IsValid/JSON.pm
Expand Up @@ -5,6 +5,9 @@ use DDG::Goodie;
use Try::Tiny;
use JSON qw(from_json);

attribution github => ['https://github.com/AlexBio', 'AlexBio' ],
web => ['http://ghedini.me', 'Alessandro Ghedini'];

zci answer_type => 'isvalid';
zci is_cached => 1;

Expand Down
3 changes: 3 additions & 0 deletions lib/DDG/Goodie/IsValid/XML.pm
Expand Up @@ -5,6 +5,9 @@ use DDG::Goodie;
use Try::Tiny;
use XML::Simple;

attribution github => ['https://github.com/AlexBio', 'AlexBio' ],
web => ['http://ghedini.me', 'Alessandro Ghedini'];

zci answer_type => 'isvalid';
zci is_cached => 1;

Expand Down

0 comments on commit 1e69def

Please sign in to comment.