[libweb-mrest-perl] 06/16: 0.288

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 7d4f8ba34de6444a577ef11f3c2f52d2b08e8e6b
Author: Nathan Cutler <ncutler at suse.com>
Date:   Mon Oct 16 22:17:15 2017 +0200

    0.288
    
    Signed-off-by: Nathan Cutler <ncutler at suse.com>
---
 Changes          | 4 ++++
 META.json        | 6 +++---
 META.yml         | 6 +++---
 lib/Web/MREST.pm | 4 ++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/Changes b/Changes
index 5015284..c299235 100644
--- a/Changes
+++ b/Changes
@@ -516,3 +516,7 @@ t/dispatch/param.t: add test cases for 'param/...' resource
 - Refrain from munging Plack::Session object
 - script: store sessions in a dedicated directory in /tmp
 
+0.288 2017-10-16 22:17 CEST
+- build/ops: require latest App::CELL
+- Report MREST_DEBUG_MODE setting at startup
+
diff --git a/META.json b/META.json
index 8a18bd1..827e056 100644
--- a/META.json
+++ b/META.json
@@ -56,7 +56,7 @@
       },
       "runtime" : {
          "requires" : {
-            "App::CELL" : "0.205",
+            "App::CELL" : "0.209",
             "Encode" : "0",
             "File::ShareDir" : "1.00",
             "File::Spec" : "0",
@@ -89,7 +89,7 @@
    "provides" : {
       "Web::MREST" : {
          "file" : "lib/Web/MREST.pm",
-         "version" : "0.287"
+         "version" : "0.288"
       },
       "Web::MREST::Dispatch" : {
          "file" : "lib/Web/MREST/Dispatch.pm",
@@ -138,5 +138,5 @@
          "http://opensource.org/licenses/BSD-3-Clause"
       ]
    },
-   "version" : "0.287"
+   "version" : "0.288"
 }
diff --git a/META.yml b/META.yml
index 7fa46d9..8da7dd6 100644
--- a/META.yml
+++ b/META.yml
@@ -44,7 +44,7 @@ no_index:
 provides:
   Web::MREST:
     file: lib/Web/MREST.pm
-    version: 0.287
+    version: 0.288
   Web::MREST::Dispatch:
     file: lib/Web/MREST/Dispatch.pm
     version: 0
@@ -76,7 +76,7 @@ provides:
     file: lib/Web/MREST/WebServicesIntro.pm
     version: 0
 requires:
-  App::CELL: 0.205
+  App::CELL: 0.209
   Encode: 0
   File::ShareDir: 1.00
   File::Spec: 0
@@ -105,4 +105,4 @@ requires:
   perl: 5.012
 resources:
   license: http://opensource.org/licenses/BSD-3-Clause
-version: 0.287
+version: 0.288
diff --git a/lib/Web/MREST.pm b/lib/Web/MREST.pm
index 09356bf..aaeb9b2 100644
--- a/lib/Web/MREST.pm
+++ b/lib/Web/MREST.pm
@@ -57,11 +57,11 @@ Web::MREST - Minimalistic REST server
 
 =head1 VERSION
 
-Version 0.287
+Version 0.288
 
 =cut
 
-our $VERSION = '0.287';
+our $VERSION = '0.288';
 
 
 =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