From 3cd019c83261fc17960a2fcb6e8020f78815ed66 Mon Sep 17 00:00:00 2001 From: librasteve Date: Mon, 21 Aug 2023 13:09:49 +0100 Subject: [PATCH] fix t and bump to 1.0.13 --- META6.json | 2 +- lib/Physics/Measure.rakumod | 2 +- t/05-cvt.rakutest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META6.json b/META6.json index d74a839..502589a 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "name": "Physics::Measure", "description": "Some support for physical measurements.", - "version": "1.0.12", + "version": "1.0.13", "perl": "6.d", "authors": [ "librasteve" diff --git a/lib/Physics/Measure.rakumod b/lib/Physics/Measure.rakumod index 10ea994..dbffc18 100755 --- a/lib/Physics/Measure.rakumod +++ b/lib/Physics/Measure.rakumod @@ -1,4 +1,4 @@ -unit module Physics::Measure:ver<1.0.12>:auth; +unit module Physics::Measure:ver<1.0.13>:auth; use Physics::Unit; use Physics::Error; diff --git a/t/05-cvt.rakutest b/t/05-cvt.rakutest index c44c15a..cedc91b 100755 --- a/t/05-cvt.rakutest +++ b/t/05-cvt.rakutest @@ -173,7 +173,7 @@ my $fe2 = $fe1.in('km/l'); is $fe2, '10.620186km/l', '$fe2.in-km/l'; my Volume $vol2 = ♎️'4 l'; -my Length $dis2 = ♎️'10 m'; +my Length $dis2 = ♎️'100 km'; %th:delete; %th = ;