diff options
Diffstat (limited to 't/intervals.t')
-rw-r--r-- | t/intervals.t | 2 |
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 ); |