[libdancer2-perl] branch master updated (09232d7 -> 5998c86)

Nuno Carvalho smash at cpan.org
Tue Sep 3 14:17:17 UTC 2013


This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch master
in repository libdancer2-perl.

      from  09232d7   Fixed TODO in d/changelog, ready for review
      adds  b6e09c6   Imported Upstream version 0.09+dfsg
       new  fef66f1   Merge tag 'upstream/0.09+dfsg'
       new  98b2658   Remove dependecy no longer required
       new  7c9b175   Add new dependencies in d/control
       new  5998c86   New upstream release, ready for review

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                           |   12 +-
 Changes                                            |   62 +++
 README.md => GitGuide.md                           |   95 +---
 MANIFEST                                           |   31 +-
 META.json                                          |  141 +++---
 META.yml                                           |  139 +++---
 Makefile.PL                                        |   12 +-
 README.md                                          |  300 ++----------
 debian/changelog                                   |    9 +
 debian/control                                     |    5 +-
 lib/Dancer2.pm                                     |   65 +--
 lib/Dancer2/Config.pod                             |   18 +-
 lib/Dancer2/Cookbook.pod                           |  251 +++++-----
 lib/Dancer2/Core.pm                                |   47 +-
 lib/Dancer2/Core/App.pm                            |  486 ++++++++++----------
 lib/Dancer2/Core/Context.pm                        |   37 +-
 lib/Dancer2/Core/Cookie.pm                         |    4 +-
 lib/Dancer2/Core/DSL.pm                            |  152 +++---
 lib/Dancer2/Core/Dispatcher.pm                     |   21 +-
 lib/Dancer2/Core/Error.pm                          |   67 +--
 lib/Dancer2/Core/Factory.pm                        |   27 +-
 lib/Dancer2/Core/HTTP.pm                           |   75 ++-
 lib/Dancer2/Core/Hook.pm                           |    4 +-
 lib/Dancer2/Core/MIME.pm                           |    4 +-
 lib/Dancer2/Core/Request.pm                        |  224 +++++----
 lib/Dancer2/Core/Request/Upload.pm                 |    4 +-
 lib/Dancer2/Core/Response.pm                       |    4 +-
 lib/Dancer2/Core/Role/Config.pm                    |  131 +++---
 lib/Dancer2/Core/Role/DSL.pm                       |   39 +-
 lib/Dancer2/Core/Role/Engine.pm                    |    4 +-
 lib/Dancer2/Core/Role/Handler.pm                   |    4 +-
 lib/Dancer2/Core/Role/Headers.pm                   |    4 +-
 lib/Dancer2/Core/Role/Hookable.pm                  |    9 +-
 lib/Dancer2/Core/Role/Logger.pm                    |  134 +++++-
 lib/Dancer2/Core/Role/Serializer.pm                |   79 +++-
 lib/Dancer2/Core/Role/Server.pm                    |   46 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |   10 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |    4 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |    4 +-
 lib/Dancer2/Core/Role/Template.pm                  |   37 +-
 lib/Dancer2/Core/Route.pm                          |   15 +-
 lib/Dancer2/Core/Runner.pm                         |   95 ++--
 lib/Dancer2/Core/Server/PSGI.pm                    |    4 +-
 lib/Dancer2/Core/Server/Standalone.pm              |    6 +-
 lib/Dancer2/Core/Session.pm                        |    6 +-
 lib/Dancer2/Core/Time.pm                           |    4 +-
 lib/Dancer2/Core/Types.pm                          |    4 +-
 lib/Dancer2/FileUtils.pm                           |    8 +-
 lib/Dancer2/Handler/AutoPage.pm                    |   30 +-
 lib/Dancer2/Handler/File.pm                        |    9 +-
 lib/Dancer2/Logger/Capture.pm                      |   20 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |    4 +-
 lib/Dancer2/Logger/Console.pm                      |   28 +-
 lib/Dancer2/Logger/Diag.pm                         |    6 +-
 lib/Dancer2/Logger/File.pm                         |    4 +-
 lib/Dancer2/Logger/Note.pm                         |    4 +-
 lib/Dancer2/Logger/Null.pm                         |    4 +-
 lib/Dancer2/Manual.pod                             |  130 ++----
 lib/Dancer2/ModuleLoader.pm                        |  192 --------
 lib/Dancer2/Plugin.pm                              |   15 +-
 lib/Dancer2/Plugin/Ajax.pm                         |    4 +-
 lib/Dancer2/Plugins.pod                            |    2 +-
 lib/Dancer2/Serializer/Dumper.pm                   |   45 +-
 lib/Dancer2/Serializer/JSON.pm                     |   43 +-
 lib/Dancer2/Serializer/YAML.pm                     |   41 +-
 lib/Dancer2/Session/Simple.pm                      |    4 +-
 lib/Dancer2/Session/YAML.pm                        |    4 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |    4 +-
 lib/Dancer2/Template/Simple.pm                     |   33 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |   24 +-
 lib/Dancer2/Template/Tiny.pm                       |   25 +-
 lib/Dancer2/Test.pm                                |   20 +-
 lib/Dancer2/Tutorial.pod                           |   36 +-
 script/dancer2                                     |   45 +-
 t/.multiserver.t.swp                               |  Bin 12288 -> 0 bytes
 t/00-compile.t                                     |  185 ++++----
 t/00-report-prereqs.t                              |    7 +-
 t/app.t                                            |   10 +
 t/auto_page.t                                      |   41 ++
 t/config.yml                                       |    2 +
 t/custom_dsl.t                                     |    2 +-
 t/dancer-test.t                                    |    2 +-
 t/deserialize.t                                    |   92 +++-
 t/factory.t                                        |    5 +-
 t/file_utils.t                                     |   13 +-
 t/forward_before_hook.t                            |   45 ++
 t/hooks.t                                          |    6 +-
 t/http_status.t                                    |   46 ++
 t/lib/MyDancerDSL.pm                               |   12 +-
 t/logger.t                                         |   13 +-
 t/logger_console.t                                 |    5 +-
 t/path_info.t                                      |   29 --
 t/request.t                                        |  112 +++--
 t/request_params.t                                 |    4 +-
 t/request_upload.t                                 |    4 +-
 t/serializer.t                                     |   27 +-
 t/session_object.t                                 |    5 +-
 ...8v.yml => Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml} |    0
 ...8v.yml => Uf-GsQAANz9OaEztWyuSfJKegUq3zD1V.yml} |    0
 ...8v.yml => Uf-HDgAAPPOeyDGX2_IgTLzBg6iBsFkk.yml} |    0
 ...8v.yml => Uf-HTQAAQOJeFHxmhw1aJKUgIkGseaAI.yml} |    0
 ...8v.yml => Uf-HZwAAQt4cqJPl7UTFUrFyY7yxYVj_.yml} |    0
 ...8v.yml => Uf-IdQAAVEongozIzRJZUxy_Q8DMaruI.yml} |    0
 ...8v.yml => Uf61DgAAYKLILb8PdeeQV3tryrC08MvP.yml} |    0
 ...8v.yml => Uf6vLQAAA33ysk1AfxuFaITEMXY72bEI.yml} |    0
 ...8v.yml => Uf6vlwAACre4MIFKa-Jghj6q1OT9sQb_.yml} |    0
 ...8v.yml => Uf6xeQAAKIXcote58neJ3jjOIjbBlhKX.yml} |    0
 ...8v.yml => Uf6zmAAASb6UqmpBspaQIEzjLIs51E19.yml} |    0
 ...8v.yml => UgEFqgAAa4HX5JbR80YhN9rOBcGLG-zH.yml} |    0
 ...8v.yml => UgnzfAAAX0Gcwelnex1vHnakFt7dZMGb.yml} |    0
 ...8v.yml => UhC04wAAcgtUmse-OjZCvj1H0_I5z0pU.yml} |    0
 ...8v.yml => UhC_EwAAHS4yKDNKIO8DV-5B47BS6vWY.yml} |    0
 ...8v.yml => UhaF7gAAYpJSGqByK67_SB3A9mGE5l-s.yml} |    0
 ...8v.yml => UhaGNQAAaDVWUzXrQaDQAaQPzLEWV-4v.yml} |    0
 ...8v.yml => UiMfZwAAc4FCMkrxKK-kKyuTIDuVupPc.yml} |    0
 ...8v.yml => UiMnAgAAahCCdaVhPiVfrcwyo6sxcp7z.yml} |    0
 ...8v.yml => UiNDXgAAJ0mTXspthJgvbjShFZfcyPR3.yml} |    0
 ...8v.yml => UiNIAwAAbVyD4lIKW93APRO9IDd1K5BJ.yml} |    0
 ...8v.yml => UiNIHQAAb3tN7zHtZJRZY7ULJVTc4-bo.yml} |    0
 t/time.t                                           |    4 +-
 t/views/auto_page.tt                               |    1 +
 t/views/folder/page.tt                             |    1 +
 122 files changed, 2222 insertions(+), 2170 deletions(-)
 copy README.md => GitGuide.md (65%)
 delete mode 100644 lib/Dancer2/ModuleLoader.pm
 delete mode 100644 t/.multiserver.t.swp
 create mode 100644 t/auto_page.t
 create mode 100644 t/forward_before_hook.t
 create mode 100644 t/http_status.t
 delete mode 100644 t/path_info.t
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-CrAAAdd2mP4pJAIBzc6YRqXnqeNUt.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-GsQAANz9OaEztWyuSfJKegUq3zD1V.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-HDgAAPPOeyDGX2_IgTLzBg6iBsFkk.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-HTQAAQOJeFHxmhw1aJKUgIkGseaAI.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-HZwAAQt4cqJPl7UTFUrFyY7yxYVj_.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf-IdQAAVEongozIzRJZUxy_Q8DMaruI.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf61DgAAYKLILb8PdeeQV3tryrC08MvP.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf6vLQAAA33ysk1AfxuFaITEMXY72bEI.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf6vlwAACre4MIFKa-Jghj6q1OT9sQb_.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf6xeQAAKIXcote58neJ3jjOIjbBlhKX.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => Uf6zmAAASb6UqmpBspaQIEzjLIs51E19.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UgEFqgAAa4HX5JbR80YhN9rOBcGLG-zH.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UgnzfAAAX0Gcwelnex1vHnakFt7dZMGb.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UhC04wAAcgtUmse-OjZCvj1H0_I5z0pU.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UhC_EwAAHS4yKDNKIO8DV-5B47BS6vWY.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UhaF7gAAYpJSGqByK67_SB3A9mGE5l-s.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UhaGNQAAaDVWUzXrQaDQAaQPzLEWV-4v.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UiMfZwAAc4FCMkrxKK-kKyuTIDuVupPc.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UiMnAgAAahCCdaVhPiVfrcwyo6sxcp7z.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UiNDXgAAJ0mTXspthJgvbjShFZfcyPR3.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UiNIAwAAbVyD4lIKW93APRO9IDd1K5BJ.yml} (100%)
 copy t/sessions/{Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml => UiNIHQAAb3tN7zHtZJRZY7ULJVTc4-bo.yml} (100%)
 create mode 100644 t/views/auto_page.tt
 create mode 100644 t/views/folder/page.tt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-perl.git



More information about the Pkg-perl-cvs-commits mailing list