File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for Math::Matrix
22
33{{$NEXT}}
4+
5+ 0.4.1 2024-12-14T15:53:23+01:00
46 - First version as a Raku Community module
57
68 0.4.0:
Original file line number Diff line number Diff line change 2828 ],
2929 "test-depends" : [
3030 ],
31- "version" : " 0.3.9 "
31+ "version" : " 0.4.1 "
3232}
Original file line number Diff line number Diff line change @@ -1390,7 +1390,7 @@ MM '1' # string alias
13901390[Authors](#synopsis)
13911391====================
13921392
1393- * Pierre VIGIER
1393+ * Pierre Vigier
13941394
13951395 * Herbert Breunung
13961396
@@ -1404,7 +1404,11 @@ MM '1' # string alias
14041404[License](#synopsis)
14051405====================
14061406
1407- Artistic License 2.0 (GPL and BSD at the same time)
1407+ Copyright 2015 - 2020 Pierre Vigier, Herbert Breunung
1408+
1409+ Copyright 2024 The Raku Community
1410+
1411+ This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
14081412
14091413[See Also](#synopsis)
14101414=====================
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ name = Math-Matrix
55filename = doc/Math-Matrix.rakudoc
66
77[PruneFiles]
8- match = ^ ' xt/'
8+ # match = ^ 'xt/'
9+
10+ [UploadToZef]
911
1012[Badges]
1113provider = github-actions/linux.yml
Original file line number Diff line number Diff line change @@ -1764,7 +1764,7 @@ MM '1' # string alias
17641764
17651765=head1 L<Authors|#synopsis>
17661766
1767- =item Pierre VIGIER
1767+ =item Pierre Vigier
17681768=item Herbert Breunung
17691769
17701770=head1 L<Contributors|#synopsis>
@@ -1774,7 +1774,11 @@ MM '1' # string alias
17741774
17751775=head1 L<License|#synopsis>
17761776
1777- Artistic License 2.0 (GPL and BSD at the same time)
1777+ Copyright 2015 - 2020 Pierre Vigier, Herbert Breunung
1778+
1779+ Copyright 2024 The Raku Community
1780+
1781+ This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
17781782
17791783=head1 L<See Also|#synopsis>
17801784
You can’t perform that action at this time.
0 commit comments