Rob Emery
eae18c6d83
Conversions: Upgrading Convert::Pluggable to 0.021 and adding regression tests
2014-05-25 18:00:12 +01:00
Matt Miller
ded674b938
dist.ini: Add YAML to Prereqs.
...
Even though it is implicitly required (at present) for duckpan, being
explicit makes it clear that we are actually using it in local code.
Still, we'd rather not make it depend on a particular version, so as
not to conflict (or bloat.) YAML is pretty stable, so this should
be fine.
Also remove a no-longer-required `use YAML` from the ZappBrannigan
Goodie.
2014-05-10 12:07:40 +08:00
Rob Emery
13cd9c9e14
Conversions: Adding Convert-Pluggable to 0.020 and adding test using ms
2014-05-07 22:54:16 +01:00
Jag Talon
dc20aca06f
Updated Convert::Pluggable.
2014-04-17 10:37:58 -04:00
Rob Emery
c846a5348d
Merge branch 'master' of git://github.com/elohmrow/zeroclickinfo-goodies into mintsoft/conversions
...
Conflicts:
lib/DDG/Goodie/Conversions.pm
t/Conversions.t
2014-04-16 22:40:26 +01:00
elohmrow
de406a0edb
Merge branch 'master' of https://github.com/duckduckgo/zeroclickinfo-goodies
2014-03-31 16:29:14 +00:00
elohmrow
df6d3911dd
re-factored Conversions goodie to use Convert::Pluggable
2014-03-25 00:45:29 +00:00
Michael Smith
8123cf4718
not apache 2_0_2_0.
...
good job, me.
2014-03-24 13:07:54 -06:00
Michael Smith
4a62f62639
Update license -> Apache2
2014-03-24 12:48:23 -06:00
Michael Smith
a8693c0e59
Update license
2014-03-24 12:10:54 -06:00
elohmrow
11a8def379
.
2014-03-23 14:13:44 +00:00
elohmrow
79c2e611e5
fixing ParseCron merge conflict
2014-03-23 13:33:08 +00:00
Rob Emery
ea842653ba
Conversions: Readding Date::Leapyear = 1.72
2014-03-06 22:09:43 +00:00
Rob Emery
70e1995089
Merge branch 'master' into mintsoft/conversions
2014-03-05 23:02:50 +00:00
Jag Talon
dafa99a881
Merge pull request #354 from kablamo/locale-codes
...
Upgraded to Locale::Codes v3.30
2014-03-05 10:48:06 -05:00
Eric Johnson
96ee8d29c5
Upgraded to Locale::Codes v3.30
...
Made corresponding changes to CallingCodes.pm.
2014-03-03 20:10:09 -05:00
Jag Talon
7b2d55e4ad
dist.ini: remove semicolon at the end of the version number.
...
We get a warning about the semicolon when running `dzil build`. It's not supposed to be there.
2014-03-01 18:39:26 -05:00
Rob Emery
6b1cdb984c
Merge branch 'conversions' of git://github.com/elohmrow/zeroclickinfo-goodies into mintsoft/conversions
...
Conflicts:
lib/DDG/Goodie/Conversions.pm
2014-03-01 19:09:15 +00:00
Jag Talon
3aa15ac96d
Merge pull request #284 from kablamo/calling_codes
...
Convert between international calling codes and countries and vice versa
2014-02-26 15:53:07 -05:00
elohmrow
d414782aa7
more tests - check for not matching Inf, NaN, etc.
2014-02-25 14:00:18 +00:00
Rob Emery
78e2c6a4ef
Merge branch 'conversions' of git://github.com/elohmrow/zeroclickinfo-goodies into mintsoft/conversions
...
Conflicts:
lib/DDG/Goodie/Conversions.pm
t/Conversions.t
2014-02-25 13:40:07 +00:00
elohmrow
09fccabcf8
some general fixes per @jagtalon 2014-02-24
2014-02-24 21:18:40 +00:00
Rob Emery
32a06ae4d8
Merge branch 'conversions' of git://github.com/elohmrow/zeroclickinfo-goodies into mintsoft/conversions
2014-02-23 21:15:38 +00:00
Jag Talon
0bd29e9b77
TravisCI: Add additional commands
2014-02-17 15:04:18 -05:00
Jag Talon
18a38b6de8
TravisCI: Specify the Perl versions that we want.
2014-02-17 14:52:53 -05:00
elohmrow
d6c09726a4
add framework for N unit types
2014-02-15 17:36:30 +00:00
elohmrow
10f23a3013
add framework for N unit types
2014-02-15 17:23:38 +00:00
Michael Smith
bb12adeb1e
Merge pull request #303 from elohmrow/conversions
...
Adding conversions Goodie
2014-02-08 08:46:30 -07:00
Eric Johnson
d9875e81bf
rm Locale::Country. Update Locale::Codes version number
2014-02-08 10:54:26 +00:00
Eric Johnson
50ce562650
Use the latest version of Locale::Country;
2014-02-08 10:53:15 +00:00
Eric Johnson
645084135a
Removed Number::Phone from dist.ini because I didn't end up using it.
2014-02-08 10:53:14 +00:00
Eric Johnson
50afa8a042
Convert between international calling codes and countries and vice versa
2014-02-08 10:53:14 +00:00
elohmrow
a4ad0b8f76
dist.ini and removed old (no longer accurate) info tag
2014-01-30 04:23:18 +00:00
Rob Emery
298149e72f
Merge pull request #236 from TopHattedCoder/leap_year
...
New leap year instant-answer
2014-01-29 11:28:48 -08:00
Torsten Raudssus
f761f38838
Added ReleaseOnlyWithLatest
2013-12-10 02:37:12 +01:00
Jag Talon
f1b6c2be58
Merge pull request #212 from mmattozzi/master
...
Mortgage/Loan calculator goodie
2013-12-06 10:27:16 -08:00
Jag Talon
14fca3ada6
Factors: Old Math::Prime::Util:all_factors not giving all factors.
...
Math::Prime::Util:all_factors version 0.26 (which we have in the dist.ini) had a different behavior from 0.34. So the tests failed. This should fix it.
2013-12-05 18:54:59 -05:00
Mike Mattozzi
f078c4a08f
Merging upstream changes
2013-11-19 20:28:34 -05:00
Tom Bebbington
c8d7b78561
Included Date::Leapyear in dist.ini
2013-11-16 16:32:11 +00:00
Jag Talon
8a3ce6f0f6
Merge pull request #239 from duckduckgo/jag/improvement/tld-update
...
Update Email::Valid and Net::Domain::TLD in dist.ini
2013-11-08 05:37:34 -08:00
Jag Talon
e0960a9895
Update Email::Valid and Net::Domain::TLD in dist.ini
2013-11-08 08:21:15 -05:00
Jag Talon
1762b6e034
Merge pull request #226 from seanheaton/master
...
A Goodie to extract IPv4 information encoded in Teredo tunnel IPv6 address
2013-11-06 18:05:22 -08:00
seanheaton
ae20b5abfa
A Goodie to extract IPv4 information encoded in Teredo tunnel IPv6 addresses
2013-10-14 12:03:14 -04:00
Mike Mattozzi
2935964d64
Adding international currency support
2013-09-28 17:17:13 -04:00
SteLim
13b9433826
added email validator
2013-09-13 23:00:00 +02:00
Dylan Lloyd
2d7bcfbc4b
added module for comprehensive natural language support
2013-07-24 15:05:53 -04:00
Dylan Lloyd
44e4c7b157
assorted updates to POTUS
...
moved the array outside of the handler
moved the wikipedia links to `https://`
urlencoded the link hrefs
added the trigger "president of the us"
reformatting for clarity. tests updated to match changes.
2013-07-23 13:35:54 -04:00
Dylan Lloyd
9fbce25408
removed travis metainfo from dist.ini
2013-06-05 14:20:13 -04:00
SteLim
90ff6b5d11
added used module to dist.ini *grrr*
2013-05-25 03:23:38 +02:00
Michael Smith
942ef39742
Clean up bugs Perl 5.18 pointed out
2013-05-21 10:20:54 -06:00