Commit Graph

197 Commits (57655d00932f8d4baf1e883182954cb84623b2ad)

Author SHA1 Message Date
Zach Thompson 03356f2fde Still exclude template/ dir 2015-07-08 15:06:15 -06:00
Zach Thompson 0b12eb93d7 Re-add tests 2015-07-08 14:58:40 -06:00
Zaahir Moolla 9fef3cca85 Fix PromptIfStale index_base_url 2015-04-24 18:55:10 -04:00
Zach Thompson eaf3d21c71 dist.ini: Can we forget about managing dependencies manually? Let's try.
.travis.yml: cpanm tries to install some things on duckpan.org
2015-04-10 15:17:50 -06:00
Zach Thompson 470787a664 dist.ini: silence curl 2015-04-01 09:11:19 -06:00
Zach Thompson 0e744dd5f1 dist.ini: add ShareDir back for metadata.json 2015-03-30 17:47:00 -06:00
Zach Thompson e61b7e4e4b Merge branch 'master' into zach/dzil-buildshareassets 2015-03-30 17:05:02 -06:00
Zach Thompson 5d759b488f dist.ini: Move exclusions to GatherDir; exclude t(emplate)/ 2015-03-26 10:10:29 -06:00
Jag Talon a2a030bbab Merge pull request #1000 from hradecek/hradecek/kana_devel
Hradecek/kana devel
2015-03-25 15:46:22 -04:00
Zach Thompson cef4e6f793 dist.ini:
* Add BuildShareAssets plugin
	* Add PruneFiles to skip installing source files BuildShareAssets compiles
	* Remove some plugins we've determined aren't necessary
.travis.yml: Add duckpan mirror for BuildShareAssets
weaver.ini: There really isn't any POD worth looking at in the IAs.
2015-03-25 10:08:03 -06:00
Zaahir Moolla e374f6b339 Merge pull request #1063 from rafacas/MD4
Added MD4 Goodie
2015-03-18 17:07:49 -04:00
Zaahir Moolla a8ec3bd599 Merge pull request #1069 from pfirsichbluete/fix-dzil-warnings
Fix dzil warnings
2015-03-18 16:59:07 -04:00
Christian Aistleitner ae27b67ca3 Make dist's main module explicit
dzil smoke complained that:

  [DZ] guessing dist's main_module is lib/DDG/GoodieBundle/OpenSourceDuckDuckGo.pm

and dzil's documentation warns that the guessing behaviour may
change. So we make the main module explicit, to silence the above
warning and to make sure that eventual changes of the guessing
procedure do not affect us.
2015-03-18 21:22:04 +01:00
Zach Thompson 934343414f dist.ini: Remove TravisCI plugin so we can edit manually
.travis.yml: Add Travis container routing
2015-03-18 10:22:16 -06:00
Rafael Casado Sanchez 8e2946b642 Added MD4 Goodie 2015-03-17 00:55:02 +01:00
Robb Shecter 611370d802 Made the matching more specific, for start 2015-03-16 18:44:03 +00:00
Ivo Hradek e05cb43f97 Added Lingua::JA::Moji for Kana.pm 2015-03-07 20:09:11 +01:00
Rob Emery e6835bfeb3 Merge branch 'master' into mintsoft/rgba 2015-02-24 23:17:42 +00:00
Chris Wilson 89a3d1d3d4 Dist.ini: Update Convert::Pluggable 2015-02-14 16:18:59 +08:00
jdorweiler 5a6dd1b47e mkdir 2015-02-13 15:42:12 -05:00
Rob Emery 28c7a08dd5 Merge branch 'master' into mintsoft/rgba 2015-02-12 22:51:45 +00:00
jdorweiler 72b4bb56f5 add metadata 2015-02-12 12:22:16 -05:00
vishnuvasan 93af6c9024 Removed the auto merge conflict comments in dist.ini 2015-02-02 05:37:49 +05:30
n0mady d6f80605c7 Modified dist.ini and Zodiac.pm for structured output 2015-02-01 15:54:07 +00:00
n0mady 108194d1b2 Added the DAte::Manip Lib to the dist.ini 2015-02-01 11:48:27 +00:00
n0mady 8f3bcd9073 Merge remote-tracking branch 'upstream/master' into Zodiac-Goodie
Conflicts:
	dist.ini
2015-01-31 18:34:00 +00:00
Roshan b73bfdafac Beautify markup 2015-01-15 02:02:52 +05:30
Rob Emery c54bd90f08 Merge branch 'master' into mintsoft/rgba 2015-01-09 20:40:53 +00:00
David Wilkins 4d286743a5 Merge branch 'master' into frequency_spectrum_plot
Conflicts:
	dist.ini
	lib/DDG/Goodie/FrequencySpectrum.pm
2015-01-02 12:10:37 +11:00
Rob Emery 102f0c6f1b ColorCodes: Adding Color::Mix 2014-12-27 19:17:56 +00:00
Michiel Beijen 3938887a4c dist.ini: require Data::RandomPerson 0.51 or later
I adopted Data::RandomPerson and made the first CPAN release in 9+
years. Unfortunately, it broke this goodie and caused issue #857.

I was not aware of this goodie nor this being used on DuckDuckGo!
I'm sorry for the breakage, have just uploaded version 0.51 of
the module to CPAN which does not use the __DATA__ handles anymore
and should have no problems.

See commit mbeijen/Data-RandomPerson@6ea585555c

This change to dist.ini makes sure version 0.50 (the bad version)
is no longer used.
2014-12-24 17:32:09 +01:00
Jag Talon bf50361a3e Merge pull request #734 from YouriAckx/uptime
"Uptime" goodie
2014-11-20 12:42:36 -05:00
Matt Miller 0adf7bd2fd Conversions: update to 0.026.
Corrects the conversion factor for square kilometers, fixing #733 in the
process.

Also, adding a couple more regression area tests, with answers confirmed
via alternative sources.
2014-11-08 15:34:28 +02:00
youri 55ebb18cd1 Initial commit for "Uptime" goodie 2014-11-07 22:47:36 +00:00
Matt Miller 6a0b653390 dist.ini: add Package::Stash and Devel::StackTrace 2014-10-31 18:46:21 +02:00
Matt Miller c8eac15915 ImageLoader: add role to use images from share.
- Load images from the share as safely as possible.
- Craft <img> tag with data url as source, plus additional supplied
  attributes.
2014-10-29 12:48:33 +02:00
Matt Miller dc15d8cb83 SunInfo: add new Instant Answer for sunrise/sunset. 2014-10-29 12:48:33 +02:00
Matt Miller da0a188af2 dist.ini: remove [Repository] plugin from list.
This conflict with the GitHubMeta plugin (which I unilaterally
decided was somehow "better" for this repository)
2014-10-29 12:18:26 +02:00
Matt Miller 0f0385770b dist.ini: EOLTests to Test::EOL 2014-10-28 20:53:14 +02:00
Matt Miller 56bda83001 dist.ini: add Test::EOL.
I am not sure why the release tests started running, but presuming we
care, we should have this module for them.
2014-10-28 19:02:08 +02:00
David Wilkins c32f316bb5 Merge remote-tracking branch 'upstream/master' into frequency_spectrum_plot 2014-10-25 16:41:01 +08:00
Rob Emery 6c254d6957 Conversions: Upgrading to 0.24 to support areas and volumes; adding tests to prove new units 2014-10-17 22:21:16 +01:00
Tommy Leung da1322ace8 Rewrote CUSIP goodie to take advantage of Business::CUSIP 2014-10-03 11:06:59 -04:00
Jag Talon 485a8810b6 Merge pull request #652 from duckduckgo/mwm/jalali
CalendarConversions: now with the Jalali calendar
2014-10-02 13:42:49 -04:00
Jag Talon e9eef2e046 Merge pull request #641 from mwmiller/vimparse
VimCheatSheet Updates,
2014-10-02 11:33:31 -04:00
Jag Talon f7dac3e20f Merge pull request #651 from duckduckgo/zaahir/unify-URIEscape
Unify use of URI::Escape (opt for XS everywhere)
2014-09-25 17:18:48 -04:00
Zaahir Moolla 680450f7b7 remove URI::Escape from dist, keeping URI::Escape::XS 2014-09-25 15:41:53 -04:00
Zaahir Moolla 57fdf3bf01 Replace ReleaseOnlyWithLatest with PromptIfStale 2014-09-25 18:48:54 +00:00
Ehsan Akhgari 6f1b8179ae Add support for conversion to/from the Jalali calendar 2014-09-20 17:17:17 -04:00
Matt Miller 5453b72ba6 Vim Cheat Sheet: update fetch and parse.
- Fetch from the live HTML site (http://vim.rtorr.com/)
- Combine fetch and parse, since the fetched files do not persist in the
  repository.
- Drop final table from live HTML as it points to translations.
- Do not append CSS to HTML, as it will now be included automatically.
- Add LWP::Simple dependency for fetch.
- Add List::MoreUtils dependency cause it's awesome.
2014-09-16 20:00:37 -04:00