aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:55:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-04 10:55:35 +1300
commit76f6883211c87eb3f4c5de1cdcd6095a4f00574b (patch)
treec489a8fce06189dfbe6f418057a4b998e94f3388 /lib
parentAdd a description of the synopsis' return value (diff)
downloadList-Breakdown-76f6883211c87eb3f4c5de1cdcd6095a4f00574b.tar.gz (sig)
List-Breakdown-76f6883211c87eb3f4c5de1cdcd6095a4f00574b.zip
Correct READMEv0.08
Diffstat (limited to 'lib')
-rw-r--r--lib/List/Breakdown.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm
index c618c76..62027a4 100644
--- a/lib/List/Breakdown.pm
+++ b/lib/List/Breakdown.pm
@@ -16,7 +16,7 @@ use base qw(Exporter);
our @EXPORT_OK = 'breakdown';
# Specify package version
-our $VERSION = 0.07;
+our $VERSION = 0.08;
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -89,7 +89,7 @@ List::Breakdown - Build list sublists matching conditions
=head1 VERSION
-Version 0.07
+Version 0.08
=head1 DESCRIPTION