App-DuckPAN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    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'. 

  Change: e4893069a7720e7ef8a060172b80a54e6e6309e0
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-18 11:26:11 +0000

    Add 'debug' flag as an alias for 'verbose'

    Fixes part of duckduckgo/p5-app-duckpan#222 as we can now use
    '--debug' as a flag. 

  Change: a4a950a0b71f3d65a835356729010a8411310824
  Author: Zach Thompson <zachthompson@users.noreply.github.com>
  Date : 2016-05-13 08:33:34 +0000

    Merge pull request #338 from duckduckgo/gd/improve-working-dir

    Allow duckpan to be run from anywhere within an Instant Answer
    repository 

  Change: 7869acb1d18dbcb8431a42feab3ce3ded3134cb7
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-06 20:09:22 +0000

    Move Global Role to Options

    Having 'Global' in the 'Cmd' directory was treating it as a command,
    so it's been moved out into the 'Option' directory which, for now,
    will hold Command Roles. 

  Change: 37ab36fe057a397e8d6fa6ad5e5f56edcbba2abe
  Author: Zach Thompson <zachthompson@users.noreply.github.com>
  Date : 2016-05-06 12:34:06 +0000

    Merge pull request #317 from duckduckgo/gd/tests-allow-ids

    Allow user to use ID rather than name when testing 

  Change: 738c9b8075234e14c57a1598bae977569c432fe2
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-04 16:19:50 +0000

    Replace ia getter with new repository attribute

    Rather than calculating the IA type we can just return the
    repository. 

  Change: 711b4399d7aac6a8e95974ea87151cdee7d141cf
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-04 16:14:00 +0000

    Add Role for global commands

    Any command that should be runnable from anywhere can use this Role. 

  Change: a259f7764945e0bfc13e19e7c23b2772886d9c87
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-04 16:05:39 +0000

    Add 'initialize' for commands

    Allows some pre-run initialization. 

  Change: 034c4f46dc7b2fc23e0a40203c0e24f30e5d80bd
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-04 16:04:43 +0000

    Allow duckpan to be run from anywhere within repo

    Finds the IA parent directory in the path then uses that as the
    working directory for any further commands. 

  Change: 59d6f034f9f70ab056c40c7b86ed5b2f5973a098
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:47:45 +0000

    Remove unused imports 

  Change: 938a428fb736f1aa6377d8a375aa44d6a1a8f91f
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

    Fix testing for IAs with spaced names

    Instead of grabbing the name (which can contain spaces: 'Cheat Sheets
    (Controller)', we just grab the end of the package name. 

  Change: 4471f3ee14fd6ed34eaa468493ad561b9369b0e8
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

    Replace normalize_ia_name with get_ia_by_name

    We allow retrieval of an Instant Answer by a name that can be an ID,
    package, name etc. rather than *only* allow access to the name. 

  Change: 8a7f7e2bdc42e52331ff589674bdaeaa8b2f9e9a
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

    Remove Perl 5.18 and 5.14 from Travis build

    We don't need to test them. 

  Change: e7eca692825feb23e602bd4f074df0a666f4dedd
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

    Remove DDG skip in AutoPrereqs

    Might help with Travis build. 

  Change: 563d833fe35a345ad42646d5cab501735b687562
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

    Update normalize_ia_name to use Meta::Data

    We'll look up the IA package by ID through DDG::Meta::Data so it is
    more independent of the directory structure. 

  Change: 0fb6612ed25eb11643558d6eebdc4fec418f85a7
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-04-30 14:46:51 +0000

Changes  view on Meta::CPAN

    Pass @args along to cpanm, allows --force, --verbose, etc 

  Change: 8b0a420b8e8d16bfe98d3dbb4274c3007f9a632b
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-12-01 15:59:45 +0000

    Merge pull request #184 from duckduckgo/zaahir/spice-failed-notice

    Spice.failed() frontend notice 

  Change: 4585fe2649f5f862aaee4dfb9d7ef328ffe6101d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-12-01 14:10:29 +0000

    Merge pull request #187 from killerfish/updatedocsenv

    Update docs for env 

  Change: 525651002571b380470a7c3d21a90a7ce52ce097
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-12-01 23:14:35 +0000

    updated pod for env 

  Change: 69c7dc52f576bfad75e77b31c5bce112ca5d60b8
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-12-01 22:38:04 +0000

    add missed tick 

  Change: a9cf7131c0b609110e64f687ee8ae12a78bdfc8d
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-12-01 22:29:54 +0000

    update readme for env 

  Change: 008f38a3d10795f26cc49784a39af8436ffb9cb2
  Author: Mike DePaulo <mikedep333@gmail.com>
  Date : 2014-11-30 21:06:15 +0000

    Update instructions on importing the VM for the new 2014 VM, and for
    clarity. 

  Change: 311e577c2e1a9004a0ff80d8252c01ad130588ca
  Author: Mike DePaulo <mikedep333@gmail.com>
  Date : 2014-11-30 19:26:48 +0000

    Move the "Prerequisites For Instant Answer Developers" section to the
    "Cloning the repository on the VM" section 

  Change: e0a6f59b2cd4f13e6f60d02a2658293427ba3bb1
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-29 17:51:55 +0000

    Merge pull request #171 from killerfish/updateenv

    Improved Env command 

  Change: 67110257fa9f9de7421262510f5dcce0ad708ef1
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-29 17:30:24 +0000

    Better use of jQuery to build div obj, create spice-error container
    div on page load 

  Change: 67b5f2b1370e1ee5bbf891c9b2443262c3787c56
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-28 20:58:46 +0000

    Merge pull request #185 from NeoSilky/master

    bin/duckpan - Fixed some spelling mistakes in help 

  Change: 946556af1f448b1cb8feb43a215a15140e30d06a
  Author: NeoSilky <thisisdaniellockyer@gmail.com>
  Date : 2014-11-28 16:54:02 +0000

    Fixed some spelling mistakes in help 

  Change: 5ee84138ef09bcc75d0b093cdeb86ac9994f8fae
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-11-27 19:51:52 +0000

    updated env to use MooX::Cmd 

  Change: c38672abed2046a32d0b7e99a6d675f5b18b14ef
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-26 15:24:25 +0000

    Normalize usage of single quotes 

  Change: 73b710c0dac4359273d172657b183054b87e88e8
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-26 15:22:14 +0000

    Update Spice.js to redefine Spice.failed for frontend notification
    Now when Spice.failed is called our redefined function first calls
    the original Spice.failed, but then adds an alert onto the page so
    the developer is aware of which Spices failed. Otherwise they just
    see a blank page which doesn't explain what you are seeing 

  Change: 2f0db538789bf59daf083c48a1aac308dc35361f
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-25 21:49:34 +0000

    Merge pull request #183 from
    duckduckgo/zaahir/normalize-moox-options-usage

    Normalize usage of MooX::Options in Cmds 

  Change: 2afd68981a419bec8b7ecfd46c6df1964cfa16bd
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-25 19:40:28 +0000

    Normalize usage of MooX::Options in Cmds 

  Change: d6014b0d0d6dd7120af616a5f77437d691f443eb
  Author: Mike DePaulo <mikedep333@gmail.com>
  Date : 2014-11-24 07:28:18 +0000

    README.md: Update instructions for the new DuckDuckHack VM (created

Changes  view on Meta::CPAN

    distributions, but we can assert a bunch of shaky premises and try to
    find it anyway. 

  Change: 09ab54d928b35dd25d0ecdee9062cd2a687d48b8
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-07 11:10:42 +0000

    Perl: simplify module version checking.

    This makes things slightly easier to follow for the next person. I
    suspect I'll be back here soon and I like my sanity. 

  Change: a38a01c082090b5af85ec1d14742e8269fe94ff7
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-07 11:10:42 +0000

    DuckPAN: make reinstall do reinstall.

    force is much more dangerous, ignoring test results and the whole
    ordeal. This should reinstall if it's possible. 

  Change: 4895b6d692743c4cccc3802266dccdc57c8c96af
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-07 11:10:42 +0000

    DuckPAN: store and parse module list once.

    Rather than redownloading a couple (or more) times in a row and
    re-parsing, just parse it once per run.

    - Eliminates duckpan_packages as an option, but that seemed silly. -
    File is mirrored instead of gotten and stored, may make things very

    slightly faster on slow connections. - File is parsed just once per
    application run. 

  Change: 3b4b3446d784d5d8abbb3bb2590bb255b9753f0c
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-05 16:32:29 +0000

    Merge pull request #157 from mwmiller/inclusiveness

    duckpan: fail on missing include directory. 

  Change: 752f8af8822dcb2c0d606d38bef10e43c7059230
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-05 07:53:48 +0000

    Merge pull request #161 from duckduckgo/zaahir/calm-down-duckpan

    Don't be so quick to throw the manpage in my face 

  Change: e7099c780f0d8c14deb7eaaa4056e5829d3bab06
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-05 07:14:51 +0000

    DuckPAN: dead code elimination.

    Remove a line which could never be hit. 

  Change: 666b2e09e6a0b24177312b9a2f4406c5b232e32e
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-04 16:17:35 +0000

    Small update to phrasing 

  Change: 6ec9a319902763d218ade2b815c6a6f255fddb24
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-04 16:16:28 +0000

    Add a period to error message 

  Change: 106f9cc916f910726643388911a02eced92ef939
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-04 16:06:19 +0000

    Don't be so quick to throw the manpage in my face

    This has bugged me for a long time... 

  Change: e767ebf44070dd707978243022cdac9bc8d8e37c
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-04 10:59:11 +0000

    bin/duckpan: give them the absolute path, if we can't get realpath

    I still think the realpath is more useful, but if throws an
    exception, just go with absolute.

    The absolute is not in a `catch` block, because we lose our `$_`. If
    this was any more complex I would write it a different way.

    Also, split out into to sub-tests. 

  Change: 768b50556465d3e01841f0e8800ddb1970c040be
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-04 10:59:11 +0000

    duckpan: fail on missing include directory.

    Using realpath instead of user-entered string, in order to possibly
    help them spot the problem.

    Addresses #156. 

  Change: 6dbec9e75a6c221577b5858fdd6852b5905c42d5
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-04 10:51:34 +0000

    Merge pull request #159 from duckduckgo/zaahir/duckpan-empty

    Added empty command, updated and reorganize docs 

  Change: 83b514cb3169c6b8ae2a42723a8df009639e5664
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-04 10:35:17 +0000

    bin/duckpan: minor documentation fixes.

    - Remove an errant : - Document server cachesec 

Changes  view on Meta::CPAN


    equivalent to -f) - Store un-changed files in cache, updating them
    just before preparing

    to serve. - Always read from cached file, which helps ensure they
    will be

    reusable, even when the force is on.

    Still a problem: country.json 

  Change: cfefaab22b19afcfd80b2147550c953f8e38e604
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 22:50:37 +0000

    Server: further refactor cachefile handling.

    This is still not _exactly_ what I want, but we're getting closer. 

  Change: 88968e72938037b9f150d9b590b3a5ea3247d027
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 22:50:37 +0000

    Server: clean up file cache loading somewhat.

    This makes a more straight-forward path through the code to
    understand what is happening.

    Also more commenting on the files themselves, to make it easier to
    review in-browser. 

  Change: 21da700a4820e89e704c6fcc286bcd1a598399f6
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 22:50:37 +0000

    Server: deal better with changing page structure.

    This is still far too tied to a particular page layout, but it won't
    die now.

    Fixes #151. (With improvements to come) 

  Change: 1029bf779fdddf62f83062b97323443d1a5682bf
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 22:42:17 +0000

    Merge pull request #155 from duckduckgo/mwm/config_updates

    Config: make more reislient. 

  Change: d5bb47838bb336067f472f0bf56bb9e78dd8ec21
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 22:16:08 +0000

    App::DuckPAN: explictly import first from List::Util.

    Without this it may work, but we don'thave any reason so expect it
    will, nor that we'll be able to easily interpret the resulting
    messages. 

  Change: 0424c71f93b8f4e11ede0ea2e088f6e439ccfdd4
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 12:38:26 +0000

    Config: use tiny paths even from ENV vars.

    - Remove MooX::HasEnv. - Build Path::Tiny objects for the paths. 

  Change: 81904d2854c2fbef3814ee876f614958db5ab400
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 07:14:59 +0000

    dist.ini: update dependencies.

    Add specific versions for all unversioned entries in dist.ini. Also,
    remve List::Util as, it has been in core since before our minimum
    required version.

    The version numbers are derived from a working installation, namely
    mine. 

  Change: 6808cd7eb43625e108ad8d32843cb1032239f2b3
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-30 18:11:45 +0000

    Merge pull request #149 from duckduckgo/zaahir/fix-no-cache

    change --no-cache to --force, fix implementation 

  Change: 12d1eb96b40e007987ccab7598a9ab4e7c2a55ac
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-10-29 22:30:53 +0000

    pointless commit so Travis will run 

  Change: 65c074fd756728df9915f9fef98cd33a335b7492
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-29 14:55:24 +0000

    Merge pull request #150 from duckduckgo/mwm/test_ease

    dist.init: remove Repository in favor of GitHubMeta 

  Change: b6f707586de827e74b168ab0ceb7e2eba8350d3b
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-29 14:44:15 +0000

    dist.ini: move from perl 5.10 -> 5.14 on Travis 

  Change: ed1e58e1326a4ccd5085e273f2e0ed291af749a7
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-29 14:34:29 +0000

    dist.init: remove Repository in favor of GitHubMeta 

  Change: 77f45be4dfbde2043212153b5b01234f9120248f
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 20:26:05 +0000

    change --no-cache to --force, fix implementation 

  Change: 31ac1a1eab95a898bdaca020909d72960808ae89
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 19:43:53 +0000

    whoops, remove dev warn 

  Change: 052756042a20cc37f4c417d1d91cbab87a4e2f96
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 19:29:09 +0000

    Merge pull request #148 from duckduckgo/zaahir/utf8-fix

    remove slurp_utf8 and spew_utf8 

  Change: e03453a4330d633280a3a1bbb83177719e8fe902
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 19:27:47 +0000

    remove slurp_utf8 and spew_utf8 

  Change: 90995ea37bb18774e7704a4aecc65c621ebae8b6
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 19:26:59 +0000

    Revert "remove slurp_utf8 and spew_utf8"

    This reverts commit 3d58833493409f0a217042ae9a6209289f186554. 

  Change: 3d58833493409f0a217042ae9a6209289f186554
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-28 19:26:51 +0000

    remove slurp_utf8 and spew_utf8 

  Change: 9b88fa35e07fa32d925ec38a9b888627b31c4a5c
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-27 19:00:15 +0000

    Merge pull request #147 from duckduckgo/zaahir/fix-duckpan-server

    Make sure we check the file we're copying exists 

  Change: 368d930bbd896eb4b30e6dee925c5c1d47e298e8
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-27 18:58:24 +0000

    Make sure we check the file we're copying exists 

  Change: 778860240b27474b30f52af2262c50b1596d4190
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-27 15:59:40 +0000

    Merge pull request #145 from duckduckgo/mwm/tiny_paths_all_alike

    Replace IO::All and Path::Class with Path::Tiny. 

  Change: 6b6964cd0f758c31f42a1ed472e560c232686069
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:56:56 +0000

    Replace IO::All and Path::Class with Path::Tiny.

    This should make dealing with paths somewhat more straight- forward
    and reusable. 

  Change: 6dd77b5753aecc5441d546bc34dcf57cd6b3e3cb
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:51:42 +0000

    Merge pull request #139 from killerfish/updatedocs

    Updated docs according to changes in #138 

  Change: 6699ff9f4c0ccd8fd34f63ebf9742a31aa318907
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:50:17 +0000

    Merge pull request #138 from killerfish/nameshort

    Easy input for instant answer loading 

  Change: f4fa31e77729871b6eddd91bb173075153962279
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 17:37:40 +0000

    cleaned up duckpan as ia type 

  Change: 3076ee51c4dde786603c0d8423a3448322cbbd7e
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 15:58:13 +0000

    removed print if not in root dir, as it is handled in func
    ia_get_type 

  Change: ad2d17c7dbadd4f2a9ebe71df44a4fab20c48283
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 15:55:14 +0000

    updated search path 

  Change: 159fdb1cb798f767eb4b73a6c247a6fc7c2c8f40
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:54:39 +0000

    moved func call so we can fail if in fathead/longtail 

  Change: 829ea4737a51e8ce675e4c5f14e13c42d39e5ff9
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:23:17 +0000

    switched to function get_ia_type 

  Change: a90443adbb482c63bb1a17519689cb7cda29cb8d
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:09:40 +0000

    Better Handling of Instant Answer load option, so instead of
    Spice::IsItUp we can pass IsItUp 

  Change: 777f366da0d14d630ea60705f4979fd86e963e4b
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 11:00:29 +0000

    Merge pull request #144 from mwmiller/verify

    Query: verify_versions on correct package. 

  Change: 343dd81565b887140e7aa6fe1fb3de7f36e22525
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 10:42:01 +0000

    Versions: bump required to 5.14.

    We're no longer testing against 5.10, so we won't know if it is
    broken for them (as it likely already is).

    - Bump version check in App::DuckPAN - Updated README for Travis
    change 

  Change: cec18745f23c9e7f4bfa5fa108b4a16248ca8d54
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 10:36:22 +0000

    Query: verify_versions on correct package. 

  Change: 679c743d2ad9e1fb8081fcc6c82972108841eac6
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-23 23:43:00 +0000

    Merge pull request #143 from
    duckduckgo/zaahir/duckpan-new-more-updates

    More updates to duckpan new 

  Change: cc6d1cb6022d77a05bd2765d119bdad89519c875
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-23 23:11:53 +0000

    Merge pull request #140 from killerfish/addredirect

    Display spice fail errors 

  Change: 7a6fc00cd2886541e059bc06bd7c53f0e0fb1fd7
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-23 23:45:17 +0000

    added trailing ellipsis 

  Change: 58181ed28ccbdb0f492e1e1b2c053c37595950b1
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-23 00:57:23 +0000

    added hostname to resolve redirects 

  Change: 57e9fccd0d91a4ab64cac65ab2544cdf610e9c4a
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-22 18:11:11 +0000

    Cmd/New: require that the entered name not be empty.

    They can still be jerks and enter invalid things, but maybe we will
    notice later. 

  Change: 9b46132cde6560b52b5c4e49884feedb5dd98c44
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-22 18:11:11 +0000

    DuckPAN: add `exit_with_msg` method.

    Toward better logging, here's a simple routine to print a supplied
    message and then exit with the supplied code. 

  Change: ee779794b3f5c7320800304f0a29a841fd553b8b
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-22 18:10:26 +0000

    DuckPAN: support IA typing more easily.

    - Expose a singular hashref with directory and related info. - Use a
    more platform independent way of constructing directories.

    Except that IO::All thwarts this.

Changes  view on Meta::CPAN


    App::DuckPAN: do perl version checking.

    This should make the required and recommended versions more visible
    to the users who need to know. 

  Change: f6e71f062347892b4bc3d5a05e261d8aa27e09ad
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-16 08:25:54 +0000

    Merge pull request #130 from duckduckgo/zaahir/readme-update

    Mention suggested Perl versions in README 

  Change: 4775dc9a88f8932d4dcea878e7674f0aa2f64b65
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-16 08:25:03 +0000

    Merge pull request #133 from duckduckgo/zaahir/duckpan-new-update

    duckpan new update 

  Change: 83aae1d1dfc966adcb60630505099afb1518f53d
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-16 00:13:28 +0000

    fix up lc_path 

  Change: 669c997f7864cf39533a3892a08050faf7728888
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-16 00:12:18 +0000

    Make sure camel_to_underscore does exhaustive search 

  Change: 94f19f3b8ec1ec5aaa42fa1c751bcec6742090dd
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 23:37:25 +0000

    typo fix, package_name 

  Change: 7bd3056b53b94d1eb6f6b2a25150d49703d64356
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 23:08:27 +0000

    show dev created package name, not just filename 

  Change: 5cdbc507ed128a900a171e41fc7ac864ab665592
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 23:07:38 +0000

    whoops, make sure we pass along correct path 

  Change: c0c0313395eea23727499eff75e08d7caefcfa32
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 22:59:53 +0000

    better name and path handling for template variables 

  Change: 510316106bf3f333fb340302ddd3199cac71c280
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 22:50:24 +0000

    Better handlng of $path 

  Change: a6f42d4bac41aa4dffde2a1cbff2b9437d55a43d
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 22:24:39 +0000

    Check current dir first, no point in taking input when we can't use
    it 

  Change: 8c04db652decb1afedf20b3f945071f6ab45aeac
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 21:55:56 +0000

    remove unneeded File::Path 

  Change: c3ce8c91461a92601a501512d6742d34e6d6b40e
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 21:55:12 +0000

    improve handling of names to support filepaths or package names,
    cleanup code 

  Change: b351d5ecb09dcc9b5851593f34a1fe941543c15d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-11 11:51:23 +0000

    small typo fix 

  Change: 4ac5c6c4286bad2489686a25c1dcb8ab43a548e7
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-11 11:50:11 +0000

    whoops, add newline before hr 

  Change: 3b7029a0bb7dfd58297ecf1152be41270c42d05d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-11 11:48:37 +0000

    whoops, add newline after heading 

  Change: c057a457cc60125f929fecce414ee1bfccb28900
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-11 11:47:54 +0000

    Updated README to mention suggested Perl versions for DuckPAN 

  Change: a0cffadcfdc77cfc1bd052aca12e3f0c6d676138
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-10-09 11:20:07 +0000

    Merge pull request #127 from mwmiller/caching

    Caching 

  Change: c37ead7ca36d0eded3835938285be23e13993693
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-09 16:26:49 +0000

    Server: remove errant backtick. 

Changes  view on Meta::CPAN

  Change: 8f2f266015aa27ed99a22335f5e801d940dec7f1
  Author: Jag Talon <jagtalon@duckduckgo.com>
  Date : 2014-08-07 15:54:44 +0000

    Merge pull request #102 from duckduckgo/zaahir/fix-keys-on-reference

    fix perl 20 keys on reference warning 

  Change: 5427bff88fb30ebd65559d4abb98303e649cfc9a
  Author: moollaza <moollaza@fastmail.fm>
  Date : 2014-08-06 04:59:45 +0000

    fix perl 20 keys on reference warning 

  Change: c6c16c279df7a36c11b48b1d7436c1ecca7cb8ac
  Author: Russell Holt <russell@duckduckgo.com>
  Date : 2014-08-01 17:27:41 +0000

    Merge pull request #101 from duckduckgo/zaahir/duckpan-fix

    Check $localver is defined in earlier if statement to prevent undef
    error 

  Change: 2485e73b67464ab7df672d1ea77abcc53463ed5f
  Author: moollaza <moollaza@fastmail.fm>
  Date : 2014-08-01 20:07:55 +0000

    check is defined in earlier if statement to prevent undef error 

  Change: 9a1991e47770c93c8bc4ee0d1cc45060890c9d00
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-29 18:29:12 +0000

    Merge pull request #100 from duckduckgo/jag/api-keys

    Web.pm: Switch fallback server to ddh1.duckduckgo.com 

  Change: bb21a1818f16887c9315d85d50b6d6d79987f665
  Author: jagtalon <jag@jagtalon.com>
  Date : 2014-07-29 14:41:16 +0000

    Web.pm: Switch fallback server to ddh1.duckduckgo.com

    I would like to change the default fallback server to DDH1 so that
    people can have access to private APIs.

    We sometimes get pull requests from partners that don't have signup
    pages for APIs. When this happens, only people in DDG have the
    capability to actually check the API. But when we point it to DDH1, I
    can deploy the endpoint there and people will be able to play with it
    on their own DuckPAN installations.

    Flow:

    1. DuckPAN checks if the env variable is available. 2. If it is, it
    makes a request to the API endpoint. 3. If it isn't, it makes a
    request to ddh1. 

  Change: accb1237c0f921f781bc218416368215548f58cd
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-24 10:24:51 +0000

    Small update to phrasing 

  Change: 08e7062e9a065c0cb4329cdc4557da01f850d5fb
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-22 10:28:03 +0000

    Merge pull request #98 from duckduckgo/zaahir/update-readme

    Update README, add index and shell completion 

  Change: 56beb5d514f93dc298330788e5e872f8725f94db
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-18 09:34:26 +0000

    One more update to 'getting started' phrasing 

  Change: e8d7fa406a3bf064a8afed72332a3630c078b08b
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-07-17 11:10:43 +0000

    Update README, add index and shell completion 

  Change: 003b100b26ccbb55d53f7b8097aed6258d59e2cd
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-14 11:32:57 +0000

    grammar fix 

  Change: 0522eaae6b2a7fd629801ab34b18c132f19fd45c
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-11 16:04:10 +0000

    Merge pull request #94 from duckduckgo/pr/87

    Pr/87 

  Change: 44c1aac7acdaa76258c712c0f08293defd485347
  Author: Jag Talon <jagtalon@duckduckgo.com>
  Date : 2014-07-07 10:45:41 +0000

    Merge pull request #88 from duckduckgo/zaahir/temp-calltype-self-fix

    Force Duckpan to manually call Spice callback after templates are
    compiled 

  Change: 0d76e04cc7522fe9b1084f524fcbfafd13c07a61
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-04 18:19:55 +0000

    Merge pull request #93 from duckduckgo/jag/fmt-server

    Cmd/Server.pm: Fmt the file. 

  Change: e1378ecafbec1466917a4dac75fafa5e00d21df9
  Author: jagtalon <jag@jagtalon.com>
  Date : 2014-07-04 19:42:57 +0000

    Cmd/Server.pm: Fmt the file. 

Changes  view on Meta::CPAN

  Change: 323735afa1221596a8a8315702172a355a628ad9
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-28 16:04:28 +0000

    Update abstract, provide more details 

  Change: f1fcf2eed2d106d08f5e28399fcf3cf188ab47ce
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-28 15:58:44 +0000

    DuckPAN.pm - created function camel_to_underscore 

  Change: c8ddd53e4728471641721b3f6d795b18eed1a0b8
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-10-26 16:45:05 +0000

    Merge remote-tracking branch 'origin/zaahir/server-no-globals' 

  Change: 821cb262800f6a83d5d60f8a52876a5ad69ba3f6
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-26 16:18:58 +0000

    Server - removed globals, opt for Moo attributes instead 

  Change: 93466bd0b170da906214582ba420ee4b0289c3b0
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-26 13:14:34 +0000

    Merge pull request #32 from
    duckduckgo/zaahir/duckpan-cache-page-assets

    Introduce caching for page assets (js/css) 

  Change: b6682ed52e8d401b4e87ed76ef02ced104894d1d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-26 15:57:45 +0000

    Server - More comments and cleanup 

  Change: 91621a3d1d9a50c423f1ae166b55c605d7672426
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-26 15:26:08 +0000

    Server.pm - added more comments for further clarification 

  Change: 416cf87aeca41cd2bfb9782d3e7e3c9cf553b502
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-26 14:47:47 +0000

    Server.pm - Should also check and use spice2_dev.js (for internal
    use) 

  Change: 753173919b091a7a654353a6b3f119e77c91a34d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-26 14:47:31 +0000

    Server.pm - Lowercased filenames in comment 

  Change: 768358708912fe41d2aba80a1aaad8bd9b2556df
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-24 12:00:16 +0000

    Merge pull request #39 from duckduckgo/zaahir/fix-duckpan-help

    Zaahir/fix duckpan help 

  Change: e222d2f68b385fb32c58240a4edfc9cecd2ab201
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 14:02:52 +0000

    Fixed test indendation and cannonicalized spelling of DuckPAN 

  Change: b33dfe4ae68714e4a5a825a58e0ec47046e436ab
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 14:01:58 +0000

    No longer pass version to DuckPAN::App:Help -- not needed 

  Change: c89d87ed7fb351d974e67638c46a2555939d339d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 13:55:40 +0000

    Normalized all POD documentation 

  Change: 59b192abfe24c68355e415d08eee4699287fd322
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-24 23:18:53 +0000

    Converted the system to use Text::Xslate 

  Change: 580ffc5c18f31c24435359f948323b28f297a3f8
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 12:50:01 +0000

    Cleaned up DuckPAN help output 

  Change: b82d5b62e3ebaf38ccfd094701fa9bd046e806e3
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-23 17:42:57 +0000

    Revert "Merge pull request #33 from djinn/feature/query_colors"

    This reverts commit abff58d7a1499b1a9120fbd992fd25de67e99e50,
    reversing changes made to 239875fd669b59fbda2580fc3c3ab86e16f5911f. 

  Change: abff58d7a1499b1a9120fbd992fd25de67e99e50
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-23 12:37:35 +0000

    Merge pull request #33 from djinn/feature/query_colors

    Allow user to configure if queries will be shown in colours 

  Change: cc8f6d6b28104b9a775eb6ed387d63642d39664f
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-23 22:56:53 +0000

    Web.pm and Query.pm changed for DP_COLOR variable 

  Change: 239875fd669b59fbda2580fc3c3ab86e16f5911f
  Author: Caine Tighe <caine@duckduckgo.com>
  Date : 2013-10-21 12:24:13 +0000

    Merge pull request #28 from djinn/feature/help-changes

    Feature/help changes 

  Change: 197ea0beb92c5fd86cbac449b785b1c2f679e247
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-19 00:58:46 +0000

    added Text::Sprintf::Named for New command in duckpan 

  Change: 39db6ab91fc0a2ad57aaaca300f5293c77c9f29e
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-19 00:57:30 +0000

    Changed the approach to finding plugin definitions Changed how the
    files were being moved More stringent error checking 

  Change: 3c9bafc67ff0f3485d2cb6a572d85825cd37d58f
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-17 00:31:06 +0000

    Plugintemplate creates boilerplate code for goodie and spice plugin. 

  Change: 9a07b90ad28bbbb87be555002e8b14e47b1ba097
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-14 17:37:26 +0000

    Duckpan.js - Better startup console.log() message 

  Change: 35b938d0df88b97f0610d343c6ab4f2b45e68f20
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-11 23:11:27 +0000

    Setting environment variable DP_NOCOLOR or ANSI_COLORS_DISABLED to
    show no colors with duckpan query command 

  Change: fd774caa7582098f36c0ce010a559c06d3251d5a
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-11 12:07:53 +0000

    Server.pm - Added lots of comments, fixed some indentation 

  Change: 8f4ef17cdcaf06f970fdd9702fbecb28aae86535
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-11 10:59:21 +0000

    Server.pm - Normalize \d capture groups with \d+ 

  Change: 13aa26fa5350d89478d67da03c57526773f2d1d1
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-10-11 06:35:37 +0000

    don't be destructive to ARGV with lib preprocessing 

  Change: c6344549db7c32de051ef7e442b23561ef57853f
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-10 19:07:52 +0000

    Web.pm - added missing curly brace 

  Change: bd4fe144eec5f005e2708854e180726122152f67
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-10 17:15:15 +0000

    Web.pm - Get and cache versioned page_js, page_css and spice_js
    files. No more hardocoded js/css calls 

  Change: 957aaabe34f28085834e765a7106e2a6afdd7e55
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-11 00:59:32 +0000

    test modified for current behaviour 

  Change: b06c325f6cc498b6012df1ed67eb36bb549b8c2f
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-11 00:33:31 +0000

    Help trigger changed 

  Change: 899c51e511b6684c1a3197771d32fb8c45c7ebe7
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-11 00:24:58 +0000

    Documentation modified to create sections. 

  Change: a0f274aff58010b88961e9ff9b0f9223f8b230ac
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-09 23:09:02 +0000

    Server.pm - add duckpan.js back to list so it gets copied from
    dist_dir 

  Change: 98ebd1dd81224231bac8bfe9302caa5d95afeecb
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-09 22:46:51 +0000

    Server.pm - Don't request duckpan.js from DuckDuckGo 

  Change: a9daee88d5367152fc9436fc1b9e95634f9b6026
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-09 22:38:45 +0000

    Added duckpan.js to share dir 

  Change: d730484f1c7c3124aac2936c7130756f1f0c6845
  Author: yegg <yegg@duckduckgo.com>
  Date : 2013-10-09 19:57:24 +0000

    WWW::DuckDuckGo requirement. 

  Change: 3b98a012c4497f8969c1e662a86f46ef7e0c14b1
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-09 17:14:26 +0000

    Dist.ini - Bump Plack dependency to newest release 

  Change: 1da15915e01d78128ee51d6ece2c860d9aa7e1b7
  Author: Jag Talon <jagtalon@users.noreply.github.com>
  Date : 2013-10-09 13:58:51 +0000

    Small typo fix.

    releaseses -> releases 

  Change: 8aee863d8e6874aee9bee05611806ce8f3b8dc97
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-07 12:34:49 +0000

    Merge pull request #23 from
    duckduckgo/dylan/duplicate-req-process-fix

    ensure top level req before processing query 

  Change: 8a66e8393ea8afbac1546acf60097f874cb50280
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-07 10:51:34 +0000

    Merge pull request #24 from
    duckduckgo/dylan/api_response-utf8-encoding

    encode utf8 api_responses to bytestream for plack 

Changes  view on Meta::CPAN

  Change: d2ffbb413cdbd86d9050e0956086ab5c99164aba
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-08-03 09:32:00 +0000

    Merge pull request #9 from istepura/master

    Web.pm - use environment proxy settings is UserAgent 

  Change: 5a1ade90e418f4d04e2c7cab63c9696327dddca4
  Author: Igor Stepura <igor.stepura@gmail.com>
  Date : 2013-07-18 16:14:17 +0000

    Web.pm - use environment proxy settings is UserAgent 

  Change: b7326df473c5302ad24d654d580671d63b79ad77
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-07-15 19:54:32 +0000

    only rewrite spice specific js files 

  Change: 7edc58390bb87febd0c41d12f62ce0112aea0846
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-07-15 14:05:39 +0000

    Merge pull request #8 from duckduckgo/zaahir/duckpan-concat-fix

    Server.pm - updated to use new spice2_duckpan_compile.js, removed
    jQuery as it comes with spice2.js now 

  Change: 38266722d465f645389454e3efd8c9ce5db71a2c
  Author: moollaza <moollaza@gmail.com>
  Date : 2013-07-15 14:12:04 +0000

    Server.pm - updated to use new spice2_duckpan_compile.js, removed
    jQuery as it comes with spice2.js now 

  Change: da23d7197dd92e2f048af79463de38210a588536
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-07-10 20:41:43 +0000

    Document installdeps 

  Change: 9c5c14630ec6bb7130029e919ac672c339344d3a
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-07-07 03:21:46 +0000

    Checking for latest App::DuckPAN now 

  Change: 681b578a9e8a119ff5ca67646d7aba983c34ddc8
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-07-06 17:18:09 +0000

    allow for older d.js versions 

  Change: e3620233e6d2763b3c61666a5e12421453a44bfe
  Author: moollaza <moollaza@gmail.com>
  Date : 2013-07-06 13:59:36 +0000

    Fixed duckpan, now works with d1000.js 

  Change: 6dd2ece003d966303828fb09245625bc8b2fedec
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-06-24 18:05:30 +0000

    add "installing duckpan" instructions to the readme 

  Change: 07d5db90855726f284ec28415a290d1fb6a4852c
  Author: moollaza <moollaza@gmail.com>
  Date : 2013-06-21 13:21:28 +0000

    Updated DuckPAN help output and POD 

  Change: 9bf86c515fa797d928dfcbd3af008f7e48b2c829
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-21 03:58:10 +0000

    That didnt worked out.. 

  Change: aa0a5ab9cec58642d6ec69e8b3cfd5c55c31f854
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-19 04:38:42 +0000

    Fixed some problems about cached content with publisher feature and
    added a bit more debugging on NotFound case 

  Change: 647a4b0e6269a385ec333e171c6fd3f1f7ae6ac4
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-17 15:46:18 +0000

    Also fixed roadrunner... 

  Change: c27fc83ac73a69945c71e7bacb0f06fe73ac4c18
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-17 15:44:40 +0000

    I am stupid, I am stupid, I am stupid, I am stupid, I am stupid, I am
    stupid, I am stupid, I am stupid, I am stupid, I am stupid, I am
    stupid, I am stupid, ... 

  Change: 17bb2bd57c94fa9b74a0f5361e107c75d0a334ea
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-17 15:43:28 +0000

    I hate ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu, I hate
    ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu, I
    hate ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu, I hate
    ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu, I hate ubuntu,
    ... 

  Change: f071a1486b7c7b9f55dc50fb9481f687c3c11898
  Author: moollaza <moollaza@gmail.com>
  Date : 2013-06-15 16:01:17 +0000

    removed new LWP agent from Server.pm, was only needed for previous
    testing/debugging 

  Change: 626e53313197a5ef75d30262bf1727de763501d9
  Author: moollaza <moollaza@gmail.com>
  Date : 2013-06-15 15:41:31 +0000

    resolving rebase... 

Changes  view on Meta::CPAN


    Added publisher feature 

  Change: 0f22fe885122bef21d883e1170fa2e1f750f1512
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-13 16:33:41 +0000

    I just like committing. 

  Change: c6b2290a25d4ff759b31502382eeed2fb0eaaf95
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-13 16:31:15 +0000

    Okay, now how about this one? 

  Change: 0b7ed619900996c0ba971228556d688a3bafeb54
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-13 16:28:13 +0000

    SKIP default server test if a custom one is set 

  Change: e58208e7cde16e17ccf7e92d7aa63b688b691b3e
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-13 16:14:48 +0000

    Don't puke on non-root servers in test 

  Change: 3c303848f8645d680bd5428acbbc4ad1304b1d1d
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-11 19:03:08 +0000

    Added all missing ABSTRACT 

  Change: 5f529b31c87c354395acac3ee376e4ccfc8f862a
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-06-11 18:59:41 +0000

    Added poupload command 

  Change: 77942a59e24addbad839973538b9b9e6b5b49292
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-11 07:59:31 +0000

    Bump HTML::Parser to avoid head parsing bug (I used the right acronym
    this time) 

  Change: b996114c7ca826fafbbc061263fd8a785989d642
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-06-11 07:57:12 +0000

    Bump HTTP::Parser version to avoid head parsing bug 

  Change: faeeb6b356cf6f13ae641e28bfa475bee49f0447
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-05-31 18:00:12 +0000

    get rid of windows carraige returns!

    grep -rl $'\r' . | xargs dos2unix 

  Change: f0524b58f9d0a668a2080e566268725f7c296ac1
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-05-31 17:55:42 +0000

    take away exec bit from Cmd::Query 

  Change: d378d2fa4b44814fa7d2b3bdcfc8ae064d2a59f8
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-05-31 17:54:59 +0000

    take away exec bit from Cmd::Query 

  Change: cd5dcd44e0528b3603706b7fe2a0c2ffc2750015
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-24 00:21:09 +0000

    First UploadToDuckPAN then UploadToCPAN 

  Change: 0a472f7921ab02293a236340ad8111eb5f7a2e7a
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-05-23 15:59:20 +0000

    add sharedir to master, too 

  Change: c53b158f672ebb19a6023324bb6d68ce466c208d
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2013-05-23 15:55:01 +0000

    add sharedir with latest files 

  Change: 3a32915b8e7690dc05943399846b7a9ca0a11e22
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-13 03:16:05 +0000

    Aehm right.. it install deps.. not installs stuff ;) 

  Change: 414b8668c2119b8622d650ae04897bcaa4a117fc
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-13 03:13:47 +0000

    Added some more options, untested 

  Change: 7be6420e2ee0e2ad9c07eadf4222cea43dcd4ac0
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-13 02:56:04 +0000

    Added Time::HiRes for making roadrunner beep beep possible on finish 

  Change: eb704744767807cb45e4b53bf04c727af7cabc2b
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-13 02:30:09 +0000

    Added secret roadrunner feature 

  Change: 3e4179d9b8c38924d9b6f31c6bf5e7bb6597075e
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2013-05-13 01:35:46 +0000

    Fixed problems about PodWeaver warnings 

  Change: 57cf0a6419e0219be01f64cf1095df73933d3167

Changes  view on Meta::CPAN

  Change: efdd86b1a6a9f2f4c7e5c180ea55b75a6897eefe
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-30 20:40:43 +0000

    Added uri escaped query replacement, fixed load test impossibility 

  Change: b42c356025f3023b8f99c61fcf47cdd631e70a35
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 04:06:56 +0000

    And the next bug in dist.ini fixed with new plugin ;) 

  Change: 0c9cdffdffb879edfb242d1f2be1ac5d01f1d96e
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 03:48:40 +0000

    Forgot to add version_regexp 

  Change: 852542f3b0a926dac5e3be30f77264455a030531
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 03:46:20 +0000

    More changes for ChangelogFromGit 

  Change: f55dbffc9a5a9b0b9965d7ab0179ed3b68380d75
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 03:41:57 +0000

    Added ChangelogFromGit 

  Change: 46093e60f737fb4e4d0ed2d4b431bb702f09e484
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 02:42:25 +0000

    v0.034 

  Change: 623ec322c168e4007c6e6b412126a76572bfbed7
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 02:42:03 +0000

    Added requirement for the test 

  Change: 0fe3cdc92655bb7e714174b2bdecd400641491bc
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-29 02:41:24 +0000

    Fixed bug in Web server, added loadtest 

  Change: 3e5184543a5f2a40ceec79c462a67b88cd3b52b2
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-28 22:35:12 +0000

    v0.033 

  Change: ef5095b5c4098a7ab28ad7e881837ffe1cedcdbe
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-28 22:30:00 +0000

    Fixed utf8 query problem, fixed $hostname 

  Change: 4a6d74fd2f4780365d47500242239d170ae01f48
  Author: moollaza <moollaza@gmail.com>
  Date : 2012-05-26 18:33:19 +0000

    Made hostname dynamic via $hostname variable which checks if
    ENV{APP_DUCKPAN_SERVER_HOSTNAME} otherwise it defaults to
    'duckduckgo.com' 

  Change: c12e25bc42ac63132662dd1cc827cdbb42004621
  Author: moollaza <moollaza@gmail.com>
  Date : 2012-05-26 18:10:29 +0000

    Fixed UTF8 Encoding issue -- added line 161 RE:
    https://github.com/duckduckgo/p5-app-duckpan/issues/2 

  Change: a6a3cf13643d01b0a0d41be2cb263c7753076197
  Author: moollaza <moollaza@gmail.com>
  Date : 2012-05-25 22:24:28 +0000

    v0.032 

  Change: 87608b32295699f5f2429256fc8f74c49b2520ac
  Author: moollaza <moollaza@gmail.com>
  Date : 2012-05-25 22:21:18 +0000

    v0.031 

  Change: d8fddbf478082bb90748136109adbd36df3e9c2e
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-26 04:17:48 +0000

    v0.030 

  Change: f626340fe8af5a4bcfed7c0005d96d59d4876780
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-23 00:17:02 +0000

    v0.023 

  Change: ea5e4d9a120daf0f44a25a291943983024917d0b
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-23 00:16:05 +0000

    Added duckpan install command 

  Change: a29156ef33906fa66951a07ea2400ffa15b375a1
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-21 20:55:22 +0000

    v0.022 

  Change: aefb693a036fd2e95af014040d5c1ffc9043d184
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-21 20:53:18 +0000

    ok ok.. nginx is faking!... damn it ;) 

  Change: dec978fb228154f33caf8ec6f9bd35f6872e4e1f
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-21 20:35:19 +0000

Changes  view on Meta::CPAN

  Change: 20f52c526e22ed5cf8f11b6f8b552cc7ddd8bee2
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-04 03:48:06 +0000

    v0.013 

  Change: 11ea4a7bfc55d192464aa998796e7340a1f8b9b3
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-04 03:45:12 +0000

    <evilgrins> 

  Change: b710e5d374f89cca2845e30823c881ace4b39412
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 05:52:55 +0000

    More details 

  Change: 034b0f46b903f40166f9f245ca3ee9ed4f30ea8d
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 05:22:47 +0000

    Added check for latest DDG 

  Change: 74bba28d330fd5e96b98168c29ba0c38182ba984
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 05:09:53 +0000

    Yeah!.... already triggering 

  Change: 323b750fcde6bf15c3d0c015959a5aa0acd17cfc
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 04:28:11 +0000

    Added JS 

  Change: 0fd7a1a5f1f649102dd2185b36f739c84b777d1a
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 04:12:08 +0000

    Added missing MooX::HasEnv 

  Change: 2bd338b16ba09f79de5638835ec625364dcf1524
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 03:49:02 +0000

    Yeah dont stack regexp, just make it proper.... 

  Change: 699c0ce265625c8d23ec4762482ad50f9bcff13a
  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-03 03:42:08 +0000

    First start of the spice testing webserver 

  Change: f67529b71ca6b6140c9d330aa9b800635fdde828
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:09:50 +0000

    v0.012 

  Change: 8316a7b04ee11c8a4071e7eb051e60824817cb64
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:08:52 +0000

    Added link for duckpan to DuckPAN so that duckpan duckpan works 

  Change: 2ff197799651da4dd50953ba8a337d50b17ba553
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:05:43 +0000

    v0.011 

  Change: ede96654e497ac08296f1d8ff211393292121aeb
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:04:32 +0000

    Added requirement 

  Change: f9836a1c28475f2f20b1ea4223e417b6bc14b6fb
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:03:53 +0000

    Small tuning of the version check 

  Change: a4e5a3412ba46efc2db94ebee3e6ff72258a5e51
  Author: Kent Fredric <kentfredric@gmail.com>
  Date : 2012-04-18 07:48:53 +0000

    Initial code ( untested ) for version checking 

  Change: ca6ef4447ccc8068e7340891b3ed2a8ce8becf1a
  Author: Kent Fredric <kentfredric@gmail.com>
  Date : 2012-04-18 07:46:00 +0000

    more ^M in t/ 

  Change: eece4d88fcc68669d997c2b7610487136ffc3ea0
  Author: Kent Fredric <kentfredric@gmail.com>
  Date : 2012-04-18 07:40:04 +0000

    Strip annoying ^M windows linefeed codes 

  Change: e6c4c76adc6d8f7ca7830ac898ee8b6b20b1c186
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-17 04:46:04 +0000

    v0.010 

  Change: 311ebc15715e36ec985a52ca585e6c974fdadfd1
  Author: Michael Smith <crazedpsyc@duckduckgo.com>
  Date : 2012-04-16 19:48:53 +0000

    fix git version regex to handle newer versions 

  Change: fcd9aa891ebbf6d358d542c978cfb06f33afe97e
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-17 03:25:48 +0000

    v0.009 

  Change: b77fbdd0214d807e20ee111d42f2728031cf53e4



( run in 2.452 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )