Skip to content

Commit 0fc2db9

Browse files
committed
1.2.4
1 parent b0d80e9 commit 0fc2db9

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for MIME-Base64
22

33
{{$NEXT}}
4+
5+
1.2.4 2025-08-02T11:56:39+02:00
46
- Move documentation to separate file
57
- Update copyright year
68
- Integrate submodule into main module: no need to exist

META6.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"auth": "zef:raku-community-modules",
3-
"authors": [ "Adrian White" ],
3+
"authors": [
4+
"Adrian White"
5+
],
46
"build-depends": [
57
],
68
"depends": [
@@ -9,13 +11,14 @@
911
"license": "Artistic-2.0",
1012
"name": "MIME::Base64",
1113
"perl": "6.d",
12-
"raku": "6.d",
1314
"production": true,
1415
"provides": {
1516
"MIME::Base64": "lib/MIME/Base64.rakumod"
1617
},
18+
"raku": "6.d",
1719
"resources": [
1820
],
21+
"source-url": "https://github.com/raku-community-modules/MIME-Base64.git",
1922
"support": {
2023
"bugtracker": "https://github.com/raku-community-modules/MIME-Base64/issues",
2124
"email": "[email protected]",
@@ -29,5 +32,5 @@
2932
],
3033
"test-depends": [
3134
],
32-
"version": "1.2.3"
35+
"version": "1.2.4"
3336
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ decode_base64(Str:D $encoded --> Str:D)
6767

6868
Calls `.decode-str($encoded)`
6969

70-
AUTHOR
71-
======
70+
AUTHORS
71+
=======
7272

7373
Originally written by Adrian White. Maintained by many other people over the years. Now being maintained as a Raku community module.
7474

@@ -77,7 +77,7 @@ COPYRIGHT AND LICENSE
7777

7878
Copyright 2010 - 2011 Adrian White
7979

80-
Copyright 2012 - 2022 Raku Community
80+
Copyright 2012 - 2025 Raku Community
8181

8282
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
8383

File renamed without changes.

lib/MIME/Base64.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class MIME::Base64:ver<1.2.3>:auth<zef:raku-community-modules>;
1+
unit class MIME::Base64:ver<1.2.4>:auth<zef:raku-community-modules>;
22

33
# 6 bit encoding - 64 characters needed
44
my constant @encoding-chars = <

0 commit comments

Comments
 (0)