summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on pc-office) <perlancar@gmail.com>2018-10-18 16:11:18 +0700
committerperlancar (on pc-office) <perlancar@gmail.com>2018-10-18 16:11:18 +0700
commitb90a6fbe1abe21063d42a663596d88c44d269638 (patch)
tree4066582a744e0b3c72be989c352cbe2b7e1c292b
parent85d0483a13f61956a29492791e207ef5d26f77b3 (diff)
Release v0.310
-rw-r--r--Changes6
-rw-r--r--dist.ini5
-rw-r--r--lib/Perinci/Object.pm2
3 files changed, 10 insertions, 3 deletions
diff --git a/Changes b/Changes
index 50f5746..efc990a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.310 2018-10-18 (PERLANCAR)
+
+ - [Bugfix] envresmulti(): If all statuses are 304, return final
+ status as 304 instead of 200.
+
+
0.30 2017-02-03 (PERLANCAR)
- EnvResultMulti: Allow add_result() to override status/message
diff --git a/dist.ini b/dist.ini
index 5864e80..22e8b9d 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,10 +1,10 @@
-version=0.30
+version=0.310
name=Perinci-Object
[@Author::PERLANCAR]
+:version=0.593
-:version=0.58
[Prereqs / TestRequires]
Test::Exception=0
Test::More=0.98
@@ -25,4 +25,3 @@ Rinci=1.1.83
-phase=develop
-relationship=x_copypaste
String::Trim::More=0.02
-
diff --git a/lib/Perinci/Object.pm b/lib/Perinci/Object.pm
index 1ed8028..7cd5100 100644
--- a/lib/Perinci/Object.pm
+++ b/lib/Perinci/Object.pm
@@ -1,3 +1,5 @@
+## no critic: (Modules::ProhibitAutomaticExportation)
+
package Perinci::Object;
# DATE