Skip to content

Commit

Permalink
fix t and bump to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
librasteve committed Aug 21, 2023
1 parent d4de398 commit 3cd019c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/Physics/Measure.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module Physics::Measure:ver<1.0.12>:auth<Steve Roe ([email protected])>;
unit module Physics::Measure:ver<1.0.13>:auth<Steve Roe ([email protected])>;
use Physics::Unit;
use Physics::Error;

Expand Down
2 changes: 1 addition & 1 deletion t/05-cvt.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -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<Area>:delete;
%th<FuelConsumption> = <Area FuelConsumption>;
Expand Down

0 comments on commit 3cd019c

Please sign in to comment.