App-DuckPAN
view release on metacpan or search on metacpan
duckduckgo/zaahir/uninitialized-value-fix
Check post_body is defined before modifying
Change: 0f0114a8d05fd01058cc84c6d0d5f21d0daad192
Author: Zaahir Moolla <moollaza@duckduckgo.com>
Date : 2016-07-01 09:39:07 +0000
Check post_body is defined before modify
Change: 733128ce1405ebf7813f49f2e30a90d808ebde88
Author: Zaahir Moolla <moollaza@duckduckgo.com>
Date : 2016-07-01 09:12:35 +0000
Add Fathead support for DuckPAN Query
Change: fbe779487c886db3ca92ee005b89483c80bb46da
Author: Zach Thompson <zachthompson@users.noreply.github.com>
Date : 2016-06-25 07:25:19 +0000
Merge pull request #354 from duckduckgo/john/spice-post
DuckPAN::Web support for Spice POST
Change: 3fda8fd988fe1cb53b2cf6cc018ca24a1afc0283
Author: Zach Thompson <zachthompson@users.noreply.github.com>
Date : 2016-06-07 15:35:32 +0000
Create LICENSE.md
Change: 3fa0dde804664e820bed5516e81c02c2773550f6
Author: Zach Thompson <zach@duckduckgo.com>
Date : 2016-06-07 15:32:30 +0000
Update license
Change: 4c936414cebb20ee96d0466f495a15bd5fff7f5c
Author: John Barrett <john@jbrt.org>
Date : 2016-06-07 16:40:50 +0000
Send a POST request when post_body is defined
Change: 1702ff35df17d1cea8e3ae03a31173bb170ab09e
Author: John Barrett <john@jbrt.org>
Date : 2016-06-07 16:40:21 +0000
Get and rewrite POST body from spice properties
Change: e8e5cf9441e0bcf52a5560f857ee09a9449a5933
Author: Zaahir Moolla <moollaza@fastmail.fm>
Date : 2016-06-03 10:12:45 +0000
Merge pull request #352 from duckduckgo/zt/no-admin
Remove all admin functionality
Change: b2b99d5b579e5491352fae0a42211a730aaa3675
Author: Zach Thompson <zach@duckduckgo.com>
Date : 2016-06-02 15:37:00 +0000
Remove all admin functionality requiring duck.co credentials:
* release * setup * poupload
Most of these were just wrappers around dzil.
Change: 7d417b8d6ba4cd1e5b33740c05711eaaeb712f0c
Author: Zach Thompson <zachthompson@users.noreply.github.com>
Date : 2016-06-01 15:09:16 +0000
Merge pull request #351 from duckduckgo/zaahir/ignore-publisher
Don't require DDG::Publisher to be installed
Change: 3676b8b473332fb5cce1a7e5d58c158ea91a5d22
Author: Zaahir Moolla <moollaza@duckduckgo.com>
Date : 2016-06-01 17:01:34 +0000
Don't require DDG::Publisher to be installed
Change: 688b9392fbf116481944addc24a694e7a5fc61f3
Author: Zaahir Moolla <moollaza@fastmail.fm>
Date : 2016-06-01 16:58:14 +0000
Merge pull request #350 from duckduckgo/zt/ia-repo
Only check for IA repo when doing IA-specific commands
Change: 56069ee20ff93cb781266d549498fce68dc4eb11
Author: Zach Thompson <zach@duckduckgo.com>
Date : 2016-06-01 12:08:15 +0000
Only check for IA repo when doing IA-specific commands
Change: a69271c3afc7fbac6b16c4a8a1bbd1745ff076f4
Author: Zach Thompson <zachthompson@users.noreply.github.com>
Date : 2016-05-31 11:18:59 +0000
Merge pull request #345 from duckduckgo/gd/add-debug-alias
Add 'debug' flag as an alias for 'verbose'
Change: 7dfefa05df59face7ca4b1a31da87dd508f5e425
Author: Zach Thompson <zachthompson@users.noreply.github.com>
Date : 2016-05-31 11:15:58 +0000
Merge pull request #340 from duckduckgo/gd/update-exit-codes
Correct 'error' exit codes
Change: 7d1054d9b2a7c36a8c0da26b7ce373a1c667cf99
Author: Ben Moon <guiltydolphin@gmail.com>
Date : 2016-05-18 11:43:54 +0000
Correct 'error' exit codes
Instead of using '-1' (isn't that what C programmers do?) for exit
codes, use '1' to signal failure. From the docs itself: 'The only
Universally recognized values for {exit code} are 0 for success and 1
for error'.
( run in 1.530 second using v1.01-cache-2.11-cpan-140bd7fdf52 )