From 43d7cbe04d7cbd95f5e82aeb9b42d6fce756a1f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 5 Oct 2017 12:42:24 +1300 Subject: Bump version number This will be my first attempted release. --- lib/List/Breakdown.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/List/Breakdown.pm') diff --git a/lib/List/Breakdown.pm b/lib/List/Breakdown.pm index 6fefe1e..1e02eac 100644 --- a/lib/List/Breakdown.pm +++ b/lib/List/Breakdown.pm @@ -17,7 +17,7 @@ use base qw(Exporter); ## no critic (ProhibitUseBase) our @EXPORT_OK = 'breakdown'; # Specify package version -our $VERSION = '0.12'; +our $VERSION = '0.13'; # Dispatch table of functions to handle different ref types for the spec # hashref's values @@ -90,7 +90,7 @@ List::Breakdown - Build list sublists matching conditions =head1 VERSION -Version 0.12 +Version 0.13 =head1 DESCRIPTION -- cgit v1.2.3