summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2018-05-09 19:15:01 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2018-05-09 19:15:01 +0200
commitfdd9b795906f3c0fa291cd407d4d0d61d490d044 (patch)
treec879c4114bda11ad1e22f0b8c830c2e6a07c3b01
parentcea9c648852331a13dff344c1dff3b5b2040c40d (diff)
parentf225d7681aacb74181b5cd74fe5d2e41b2bfd333 (diff)
Update upstream source from tag 'upstream/0.004001'
Update to upstream version '0.004001' with Debian dir 570a028cd57bf53a3d7d848d84d38619dd51db3d
-rw-r--r--Changes5
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--README2
-rw-r--r--lib/Var/Pairs.pm6
5 files changed, 12 insertions, 5 deletions
diff --git a/Changes b/Changes
index d597f81..0acfeed 100644
--- a/Changes
+++ b/Changes
@@ -144,3 +144,8 @@ Revision history for Var-Pairs
the changes are ignored. This produces a lot more "do-what-I-mean"-ness.
+
+
+0.004001 Wed May 9 18:01:58 2018
+
+ POD fix (thanks, Salvatore)
diff --git a/META.json b/META.json
index 9b895f7..1b15da2 100644
--- a/META.json
+++ b/META.json
@@ -42,5 +42,5 @@
}
},
"release_status" : "stable",
- "version" : "0.004000"
+ "version" : "0.004001"
}
diff --git a/META.yml b/META.yml
index a56d7ed..2454018 100644
--- a/META.yml
+++ b/META.yml
@@ -24,4 +24,4 @@ requires:
Scope::Upper: '0'
Test::More: '0'
experimental: '0'
-version: '0.004000'
+version: '0.004001'
diff --git a/README b/README
index 6d07192..54dc816 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Var::Pairs version 0.004000
+Var::Pairs version 0.004001
This module exports a small number of subroutines that
add some Perl 6 conveniences to Perl 5. Specifically,
diff --git a/lib/Var/Pairs.pm b/lib/Var/Pairs.pm
index f47f613..3d78500 100644
--- a/lib/Var/Pairs.pm
+++ b/lib/Var/Pairs.pm
@@ -1,7 +1,7 @@
package Var::Pairs;
use 5.014;
-our $VERSION = '0.004000';
+our $VERSION = '0.004001';
use warnings;
no if $] >= 5.018, warnings => "experimental::smartmatch";
@@ -329,7 +329,7 @@ Var::Pairs - OO iterators and pair constructors for variables
=head1 VERSION
-This document describes Var::Pairs version 0.004000
+This document describes Var::Pairs version 0.004001
=head1 SYNOPSIS
@@ -543,6 +543,8 @@ when you call the C<keys> function on the hash you're iterating.
=back
+=over
+
=item C<each_value %hash>
=item C<each_value @array>