-
-
04 Aug 2022 04:12:45 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (59 / 0 / 90)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (18.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
A. U. Thor
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05 - 2022-08-04
- New Features
- Add the optional argument to MIME::Base64->encode_base64
- Before
- static method encode_base64 : string ($str : string)
- After
- static method encode_base64 : string ($str : string, $eol = undef : string)
- Before
- Add the optional argument to MIME::Base64->encoded_base64_length
- Before
- static method encoded_base64_length : int ($str : string)
- After
- static method encoded_base64_length : int ($str : string, $eol = undef : string)
- Before
- Add the optional argument to QuotedPrint->encode_qp
- Before
- static method encode_qp : string ($str : string)
- After
- static method encode_qp : string ($str : string, $eol = undef : string, $binmode = 0 : int)
- Before
- Add the optional argument to MIME::Base64->encode_base64
- Pre Requirement Changes
- SPVM 0.9634_01+ is needed.
- Incompatible Changes
- The following methods are removed. MIME::Base64->encode_base64_opt is removed. Use MIME::Base64->encode_base64 instead. MIME::Base64->encoded_base64_length_opt is removed. Use MIME::Base64->encoded_base64_length instead. QuotedPrint->encode_qp_opt is removed. Use QuotedPrint->encode_qp instead.
Modules
Encoding and decoding of base64 stringsEncoding and decoding of quoted-printable stringsModule Install Instructions
To install SPVM::MIME::Base64, copy and paste the appropriate command in to your terminal.
cpanm SPVM::MIME::Base64
perl -MCPAN -e shell install SPVM::MIME::Base64
For more information on module installation, please visit the detailed CPAN module installation guide.