aboutsummaryrefslogtreecommitdiff
path: root/t/intervals.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 12:39:31 +1200
commitf91dfce0a38ba6b9bf0111938777d4d3b1b3adb8 (patch)
treeb3dd171de04b4ba64d91f67c038f89dc2741c596 /t/intervals.t
parentMerge branch 'hotfix/v0.25' (diff)
parentCorrect Changes file again (diff)
downloadList-Breakdown-master.tar.gz
List-Breakdown-master.zip
Merge branch 'hotfix/v0.26'HEADv0.26master
* hotfix/v0.26: Correct Changes file again
Diffstat (limited to 't/intervals.t')
-rw-r--r--t/intervals.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/intervals.t b/t/intervals.t
index 83e1acf..8d8c131 100644
--- a/t/intervals.t
+++ b/t/intervals.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use List::Breakdown 'breakdown';
-our $VERSION = '0.25';
+our $VERSION = '0.26';
## no critic (ProhibitMagicNumbers,ProhibitLeadingZeros)
my @numbers = ( 1, 32, 3718.4, 0x56, 0777, 3.14, -5, 1.2e5 );