[libweb-mrest-perl] 03/16: 0.287

Jonas Smedegaard dr at jones.dk
Wed Dec 6 01:59:41 UTC 2017


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

js pushed a commit to annotated tag debian/0.288-1
in repository libweb-mrest-perl.

commit afddc6161c51ecf5a599f49a706f5b1490452ba5
Author: Nathan Cutler <ncutler at suse.com>
Date:   Sat Feb 25 09:38:17 2017 +0100

    0.287
    
    Signed-off-by: Nathan Cutler <ncutler at suse.com>
---
 Changes          |   4 ++
 META.json        |  41 +++++++++--------
 META.yml         | 131 +++++++++++++++++++++++++++++--------------------------
 lib/Web/MREST.pm |   4 +-
 4 files changed, 99 insertions(+), 81 deletions(-)

diff --git a/Changes b/Changes
index 0a8a54e..5015284 100644
--- a/Changes
+++ b/Changes
@@ -512,3 +512,7 @@ t/dispatch/param.t: add test cases for 'param/...' resource
 - cleanup: fix copyright header in bin/mrest
 - Add get_session() function to Util.pm
 
+0.287 2017-02-25 09:38 CET
+- Refrain from munging Plack::Session object
+- script: store sessions in a dedicated directory in /tmp
+
diff --git a/META.json b/META.json
index 88071b4..8a18bd1 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Nathan Cutler <ncutler at suse.cz>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4205",
+   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
    "license" : [
       "bsd"
    ],
@@ -36,7 +36,6 @@
             "Params::Validate" : "0",
             "Path::Router" : "0.12",
             "Plack" : "1.0031",
-            "Plack::Session" : "0",
             "Plack::Test" : "0",
             "Pod::Simple::HTML" : "0",
             "Pod::Simple::Text" : "0",
@@ -74,7 +73,6 @@
             "Plack::Middleware::Session" : "0",
             "Plack::Middleware::StackTrace" : "0",
             "Plack::Runner" : "0",
-            "Plack::Session" : "0",
             "Pod::Simple::HTML" : "0",
             "Pod::Simple::Text" : "0",
             "Pod::Usage" : "0",
@@ -91,45 +89,54 @@
    "provides" : {
       "Web::MREST" : {
          "file" : "lib/Web/MREST.pm",
-         "version" : "0.286"
+         "version" : "0.287"
       },
       "Web::MREST::Dispatch" : {
-         "file" : "lib/Web/MREST/Dispatch.pm"
+         "file" : "lib/Web/MREST/Dispatch.pm",
+         "version" : 0
       },
       "Web::MREST::Entity" : {
-         "file" : "lib/Web/MREST/Entity.pm"
+         "file" : "lib/Web/MREST/Entity.pm",
+         "version" : 0
       },
       "Web::MREST::InitRouter" : {
-         "file" : "lib/Web/MREST/InitRouter.pm"
+         "file" : "lib/Web/MREST/InitRouter.pm",
+         "version" : 0
       },
       "Web::MREST::Resource" : {
-         "file" : "lib/Web/MREST/Resource.pm"
+         "file" : "lib/Web/MREST/Resource.pm",
+         "version" : 0
       },
       "Web::MREST::Test" : {
-         "file" : "lib/Web/MREST/Test.pm"
+         "file" : "lib/Web/MREST/Test.pm",
+         "version" : 0
       },
       "Web::MREST::Test::503" : {
-         "file" : "lib/Web/MREST/Test/503.pm"
+         "file" : "lib/Web/MREST/Test/503.pm",
+         "version" : 0
       },
       "Web::MREST::Test::Forbidden" : {
-         "file" : "lib/Web/MREST/Test/Forbidden.pm"
+         "file" : "lib/Web/MREST/Test/Forbidden.pm",
+         "version" : 0
       },
       "Web::MREST::Test::Unauthorized" : {
-         "file" : "lib/Web/MREST/Test/Unauthorized.pm"
+         "file" : "lib/Web/MREST/Test/Unauthorized.pm",
+         "version" : 0
       },
       "Web::MREST::Util" : {
-         "file" : "lib/Web/MREST/Util.pm"
+         "file" : "lib/Web/MREST/Util.pm",
+         "version" : 0
       },
       "Web::MREST::WebServicesIntro" : {
-         "file" : "lib/Web/MREST/WebServicesIntro.pm"
+         "file" : "lib/Web/MREST/WebServicesIntro.pm",
+         "version" : 0
       }
    },
    "release_status" : "stable",
    "resources" : {
       "license" : [
-         "http://opensource.org/licenses/bsd-license.php"
+         "http://opensource.org/licenses/BSD-3-Clause"
       ]
    },
-   "version" : "0.286",
-   "x_serialization_backend" : "JSON::PP version 2.27203"
+   "version" : "0.287"
 }
diff --git a/META.yml b/META.yml
index 81a82d0..7fa46d9 100644
--- a/META.yml
+++ b/META.yml
@@ -3,41 +3,40 @@ abstract: 'Minimalistic REST server'
 author:
   - 'Nathan Cutler <ncutler at suse.cz>'
 build_requires:
-  App::CELL: '0.209'
-  Cwd: '0'
-  Encode: '0'
-  File::Basename: '0'
-  File::ShareDir: '0'
-  File::Spec: '0'
-  HTTP::Request: '0'
-  HTTP::Request::Common: '0'
-  JSON: '0'
-  LWP::Protocol::https: '6.04'
-  LWP::UserAgent: '6.05'
-  Module::Runtime: '0'
-  Params::Validate: '0'
-  Path::Router: '0.12'
-  Plack: '1.0031'
-  Plack::Session: '0'
-  Plack::Test: '0'
-  Pod::Simple::HTML: '0'
-  Pod::Simple::Text: '0'
-  Test::Deep: '0'
-  Test::Fatal: '0'
-  Test::JSON: '0'
-  Test::More: '0'
-  Test::Warnings: '0'
-  Try::Tiny: '0'
-  URI::Escape: '0'
-  Web::Machine: '0.15'
+  App::CELL: 0.209
+  Cwd: 0
+  Encode: 0
+  File::Basename: 0
+  File::ShareDir: 0
+  File::Spec: 0
+  HTTP::Request: 0
+  HTTP::Request::Common: 0
+  JSON: 0
+  LWP::Protocol::https: 6.04
+  LWP::UserAgent: 6.05
+  Module::Runtime: 0
+  Params::Validate: 0
+  Path::Router: 0.12
+  Plack: 1.0031
+  Plack::Test: 0
+  Pod::Simple::HTML: 0
+  Pod::Simple::Text: 0
+  Test::Deep: 0
+  Test::Fatal: 0
+  Test::JSON: 0
+  Test::More: 0
+  Test::Warnings: 0
+  Try::Tiny: 0
+  URI::Escape: 0
+  Web::Machine: 0.15
 configure_requires:
-  Module::Build: '0'
+  Module::Build: 0
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.150005'
+generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
 license: bsd
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: '1.4'
+  version: 1.4
 name: Web-MREST
 no_index:
   directory:
@@ -45,57 +44,65 @@ no_index:
 provides:
   Web::MREST:
     file: lib/Web/MREST.pm
-    version: '0.286'
+    version: 0.287
   Web::MREST::Dispatch:
     file: lib/Web/MREST/Dispatch.pm
+    version: 0
   Web::MREST::Entity:
     file: lib/Web/MREST/Entity.pm
+    version: 0
   Web::MREST::InitRouter:
     file: lib/Web/MREST/InitRouter.pm
+    version: 0
   Web::MREST::Resource:
     file: lib/Web/MREST/Resource.pm
+    version: 0
   Web::MREST::Test:
     file: lib/Web/MREST/Test.pm
+    version: 0
   Web::MREST::Test::503:
     file: lib/Web/MREST/Test/503.pm
+    version: 0
   Web::MREST::Test::Forbidden:
     file: lib/Web/MREST/Test/Forbidden.pm
+    version: 0
   Web::MREST::Test::Unauthorized:
     file: lib/Web/MREST/Test/Unauthorized.pm
+    version: 0
   Web::MREST::Util:
     file: lib/Web/MREST/Util.pm
+    version: 0
   Web::MREST::WebServicesIntro:
     file: lib/Web/MREST/WebServicesIntro.pm
+    version: 0
 requires:
-  App::CELL: '0.205'
-  Encode: '0'
-  File::ShareDir: '1.00'
-  File::Spec: '0'
-  Getopt::Long: '2.32'
-  HTTP::Request: '0'
-  HTTP::Request::Common: '0'
-  JSON: '0'
-  LWP::Protocol::https: '6.04'
-  LWP::UserAgent: '6.05'
-  Module::Runtime: '0'
-  Params::Validate: '1.06'
-  Path::Router: '0.12'
-  Plack::Middleware::LogErrors: '0'
-  Plack::Middleware::Session: '0'
-  Plack::Middleware::StackTrace: '0'
-  Plack::Runner: '0'
-  Plack::Session: '0'
-  Pod::Simple::HTML: '0'
-  Pod::Simple::Text: '0'
-  Pod::Usage: '0'
-  Term::ReadLine: '0'
-  Test::Deep::NoTest: '0'
-  Try::Tiny: '0'
-  URI::Escape: '0'
-  Web::MREST::CLI: '0.276'
-  Web::Machine: '0.15'
-  perl: '5.012'
+  App::CELL: 0.205
+  Encode: 0
+  File::ShareDir: 1.00
+  File::Spec: 0
+  Getopt::Long: 2.32
+  HTTP::Request: 0
+  HTTP::Request::Common: 0
+  JSON: 0
+  LWP::Protocol::https: 6.04
+  LWP::UserAgent: 6.05
+  Module::Runtime: 0
+  Params::Validate: 1.06
+  Path::Router: 0.12
+  Plack::Middleware::LogErrors: 0
+  Plack::Middleware::Session: 0
+  Plack::Middleware::StackTrace: 0
+  Plack::Runner: 0
+  Pod::Simple::HTML: 0
+  Pod::Simple::Text: 0
+  Pod::Usage: 0
+  Term::ReadLine: 0
+  Test::Deep::NoTest: 0
+  Try::Tiny: 0
+  URI::Escape: 0
+  Web::MREST::CLI: 0.276
+  Web::Machine: 0.15
+  perl: 5.012
 resources:
-  license: http://opensource.org/licenses/bsd-license.php
-version: '0.286'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
+  license: http://opensource.org/licenses/BSD-3-Clause
+version: 0.287
diff --git a/lib/Web/MREST.pm b/lib/Web/MREST.pm
index 509443b..09356bf 100644
--- a/lib/Web/MREST.pm
+++ b/lib/Web/MREST.pm
@@ -57,11 +57,11 @@ Web::MREST - Minimalistic REST server
 
 =head1 VERSION
 
-Version 0.286
+Version 0.287
 
 =cut
 
-our $VERSION = '0.286';
+our $VERSION = '0.287';
 
 
 =head2 Development status

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



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