File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Chemistry::Elements
2
2
3
3
{{$NEXT}}
4
+
5
+ 0.2 2024-08-07T12:51:52+02:00
4
6
- Initial version
Original file line number Diff line number Diff line change 30
30
" META6" ,
31
31
" Test::META"
32
32
],
33
- "version" : " 0.001004 "
33
+ "version" : " 0.2 "
34
34
}
Original file line number Diff line number Diff line change 1
- [ ![ Actions Status] ( https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg )] ( https://github.com/raku-community-modules/Chemistry-Elements/actions ) [ ![ Actions Status] ( https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg )] ( https://github.com/raku-community-modules/Chemistry-Elements/actions ) [ ![ Actions Status ] ( https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/windows.yml/badge.svg )] ( https://github.com/raku-community-modules/Chemistry-Elements/actions )
1
+ [ ![ Actions Status] ( https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg )] ( https://github.com/raku-community-modules/Chemistry-Elements/actions ) [ ![ Actions Status] ( https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg )] ( https://github.com/raku-community-modules/Chemistry-Elements/actions )
2
2
3
3
NAME
4
4
====
Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ my constant %names =
184
184
185
185
# | Do various things with chemical elements. Convert between symbols,
186
186
# | names, and atomic numbers.
187
- class Chemistry::Elements : auth<zef:raku-community-modules >: ver<0.001004 > {
187
+ class Chemistry::Elements : auth<zef:raku-community-modules >: ver<0.2 > {
188
188
189
- # https://rt.perl.org/Ticket/Display.html?id=126763
190
- # http://stackoverflow.com/q/40097868/2766176
189
+ # https://rt.perl.org/Ticket/Display.html?id=126763
190
+ # http://stackoverflow.com/q/40097868/2766176
191
191
# | A Str that is one of the known chemical symbols
192
192
subset ZInt of Cool is export where {
193
193
state ( $ min , $ max ) = % names . keys . sort ( { $ ^ a <= > $ ^ b } ). [0 ,* -1 ];
You can’t perform that action at this time.
0 commit comments