File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11Revision 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
Original file line number Diff line number Diff line change 11{
22 "auth" : " zef:raku-community-modules" ,
3- "authors" : [ " Adrian White" ],
3+ "authors" : [
4+ " Adrian White"
5+ ],
46 "build-depends" : [
57 ],
68 "depends" : [
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" ,
21242932 ],
3033 "test-depends" : [
3134 ],
32- "version" : " 1.2.3 "
35+ "version" : " 1.2.4 "
3336}
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ decode_base64(Str:D $encoded --> Str:D)
6767
6868Calls ` .decode-str($encoded) `
6969
70- AUTHOR
71- ======
70+ AUTHORS
71+ =======
7272
7373Originally 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
7878Copyright 2010 - 2011 Adrian White
7979
80- Copyright 2012 - 2022 Raku Community
80+ Copyright 2012 - 2025 Raku Community
8181
8282This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
8383
File renamed without changes.
Original file line number Diff line number Diff line change 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
44my constant @ encoding-chars = <
You can’t perform that action at this time.
0 commit comments