[libdancer2-perl] branch master updated (9bc2004 -> 07d6f54)

Nuno Carvalho smash at cpan.org
Sun Aug 4 14:26:14 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  9bc2004   releasing package libdancer2-perl version 0.06+dfsg-1
      adds  69943ef   Imported Upstream version 0.07+dfsg
       new  3402841   Merge tag 'upstream/0.07+dfsg'
       new  f1998ac   Add new dependecy for testing
       new  48b6275   Remove spelling patch, fixed upstream
       new  07d6f54   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:
 AUTHORS                                            |    1 +
 Build.PL                                           |    9 +-
 Changes                                            |   21 +-
 MANIFEST                                           |   13 +-
 META.json                                          |  153 +--
 META.yml                                           |  149 +--
 Makefile.PL                                        |    9 +-
 README.md                                          |  291 ++++-
 debian/changelog                                   |    9 +
 debian/control                                     |    1 +
 debian/patches/series                              |    1 -
 debian/patches/spelling.patch                      |   29 -
 lib/Dancer2.pm                                     |   52 +-
 lib/Dancer2/Config.pod                             |    4 +-
 lib/Dancer2/Cookbook.pod                           |  521 +++++++-
 lib/Dancer2/Core.pm                                |    4 +-
 lib/Dancer2/Core/App.pm                            |   40 +-
 lib/Dancer2/Core/Context.pm                        |   30 +-
 lib/Dancer2/Core/Cookie.pm                         |    4 +-
 lib/Dancer2/Core/DSL.pm                            |   18 +-
 lib/Dancer2/Core/Dispatcher.pm                     |   45 +-
 lib/Dancer2/Core/Error.pm                          |   27 +-
 lib/Dancer2/Core/Factory.pm                        |    4 +-
 lib/Dancer2/Core/HTTP.pm                           |    4 +-
 lib/Dancer2/Core/Hook.pm                           |    4 +-
 lib/Dancer2/Core/MIME.pm                           |    4 +-
 lib/Dancer2/Core/Request.pm                        |   26 +-
 lib/Dancer2/Core/Request/Upload.pm                 |    4 +-
 lib/Dancer2/Core/Response.pm                       |   37 +-
 lib/Dancer2/Core/Role/Config.pm                    |  373 ++++--
 lib/Dancer2/Core/Role/DSL.pm                       |   15 +-
 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                  |   15 +-
 lib/Dancer2/Core/Role/Logger.pm                    |    4 +-
 lib/Dancer2/Core/Role/Serializer.pm                |   29 +-
 lib/Dancer2/Core/Role/Server.pm                    |    4 +-
 lib/Dancer2/Core/Role/SessionFactory.pm            |    4 +-
 lib/Dancer2/Core/Role/SessionFactory/File.pm       |    4 +-
 lib/Dancer2/Core/Role/StandardResponses.pm         |    4 +-
 lib/Dancer2/Core/Role/Template.pm                  |    4 +-
 lib/Dancer2/Core/Route.pm                          |   86 +-
 lib/Dancer2/Core/Runner.pm                         |   29 +-
 lib/Dancer2/Core/Server/PSGI.pm                    |    4 +-
 lib/Dancer2/Core/Server/Standalone.pm              |    4 +-
 lib/Dancer2/Core/Session.pm                        |    4 +-
 lib/Dancer2/Core/Time.pm                           |    6 +-
 lib/Dancer2/Core/Types.pm                          |    7 +-
 lib/Dancer2/Deployment.pod                         |  532 --------
 lib/Dancer2/Development.pod                        |  344 -----
 lib/Dancer2/FileUtils.pm                           |    6 +-
 lib/Dancer2/Handler/AutoPage.pm                    |    4 +-
 lib/Dancer2/Handler/File.pm                        |    4 +-
 lib/Dancer2/Logger/Capture.pm                      |    4 +-
 lib/Dancer2/Logger/Capture/Trap.pm                 |    4 +-
 lib/Dancer2/Logger/Console.pm                      |    4 +-
 lib/Dancer2/Logger/Diag.pm                         |    4 +-
 lib/Dancer2/Logger/File.pm                         |   31 +-
 lib/Dancer2/Logger/Note.pm                         |    4 +-
 lib/Dancer2/Logger/Null.pm                         |    4 +-
 lib/Dancer2/Manual.pod                             | 1376 ++++++++++++++++++--
 lib/Dancer2/Manual/DSL.pod                         | 1203 -----------------
 lib/Dancer2/Manual/Hooks.pod                       |  169 ---
 lib/Dancer2/ModuleLoader.pm                        |    6 +-
 lib/Dancer2/Plugin.pm                              |    6 +-
 lib/Dancer2/Plugin/Ajax.pm                         |    4 +-
 lib/Dancer2/Plugins.pod                            |  129 +-
 lib/Dancer2/Serializer/Dumper.pm                   |    4 +-
 lib/Dancer2/Serializer/JSON.pm                     |    4 +-
 lib/Dancer2/Serializer/YAML.pm                     |    4 +-
 lib/Dancer2/Session/Simple.pm                      |    4 +-
 lib/Dancer2/Session/YAML.pm                        |    4 +-
 lib/Dancer2/Template/Implementation/ForkedTiny.pm  |    4 +-
 lib/Dancer2/Template/Simple.pm                     |    4 +-
 lib/Dancer2/Template/TemplateToolkit.pm            |    4 +-
 lib/Dancer2/Template/Tiny.pm                       |    4 +-
 lib/Dancer2/Test.pm                                |    4 +-
 lib/Dancer2/Tutorial.pod                           |    2 +-
 script/dancer2                                     |   34 +-
 t/.multiserver.t.swp                               |  Bin 0 -> 12288 bytes
 t/00-compile.t                                     |  141 +-
 t/00-report-prereqs.t                              |    5 +-
 t/config_app1.t                                    |    8 +-
 t/config_app2.t                                    |    8 +-
 t/config_app3.t                                    |    8 +-
 t/deserialize.t                                    |   17 +-
 t/dispatcher.t                                     |    4 +-
 t/hooks.t                                          |   39 +-
 t/logger.t                                         |   26 +
 t/logger_console.t                                 |    5 +-
 t/route.t                                          |    9 +-
 t/serializer_json.t                                |    8 +
 t/session_forward.t                                |   64 +
 ...wZ.yml => Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml} |    0
 ...wZ.yml => Uf1znwAABxlBOUOk04NfndOLhVZzIrnf.yml} |    0
 ...wZ.yml => UfRHAQAAJsw_2oX_cvBqBtXlgre8vFiy.yml} |    0
 ...wZ.yml => UfRXcwAAO8pp0bx4QwYmc73cP7UKMyY7.yml} |    0
 ...wZ.yml => UfUFzgAAOBHtc6NRAKAH4xNgo-GIz8VA.yml} |    0
 ...wZ.yml => Ufqu9QAAQfNUOjyt9fa2al5-bFlpbWfR.yml} |    0
 100 files changed, 3184 insertions(+), 3194 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 lib/Dancer2/Deployment.pod
 delete mode 100644 lib/Dancer2/Development.pod
 delete mode 100644 lib/Dancer2/Manual/DSL.pod
 delete mode 100644 lib/Dancer2/Manual/Hooks.pod
 create mode 100644 t/.multiserver.t.swp
 create mode 100644 t/session_forward.t
 copy t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => Uf1awwAAXkpPhxmXEwjwLY6Oi5Dv7A8v.yml} (100%)
 copy t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => Uf1znwAABxlBOUOk04NfndOLhVZzIrnf.yml} (100%)
 copy t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => UfRHAQAAJsw_2oX_cvBqBtXlgre8vFiy.yml} (100%)
 copy t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => UfRXcwAAO8pp0bx4QwYmc73cP7UKMyY7.yml} (100%)
 copy t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => UfUFzgAAOBHtc6NRAKAH4xNgo-GIz8VA.yml} (100%)
 rename t/sessions/{Ufe0zzXKL1a2QDEAplElkowI4wmxAwwZ.yml => Ufqu9QAAQfNUOjyt9fa2al5-bFlpbWfR.yml} (100%)

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