-
-
21 May 2013 05:10:16 UTC
- Distribution: autobox-Base64
- Module version: 0.001
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (447 / 0 / 2)
- Kwalitee
Bus factor: 0- 97.92% Coverage
- License: lgpl_2_1
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (18.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
autobox::Base64 - Convert strings to and from base64 easily
VERSION
This document describes version 0.001 of autobox::Base64 - released May 20, 2013 as part of autobox-Base64.
SYNOPSIS
use autobox::Base64; my $encode = 'la la la'->encode_base64; # bGEgbGEgbGE= my $decode = 'bGEgbGEgbGE='->decode_base64; # la la la
DESCRIPTION
Pretty simple -- just provides autobox methods to strings that work in the way you expect.
STRING METHODS
encode_base64
This method behaves the same as "encode_base64" in MIME::Base64.
decode_base64
This method behaves the same as "decode_base64" in MIME::Base64.
SEE ALSO
Please see those modules/websites for more information related to this module.
SOURCE
The development version is on github at http://github.com/RsrchBoy/autobox-Base64 and may be cloned from git://github.com/RsrchBoy/autobox-Base64.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/RsrchBoy/autobox-Base64/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Chris Weyl <cweyl@alumni.drew.edu>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Chris Weyl.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
Module Install Instructions
To install autobox::Base64, copy and paste the appropriate command in to your terminal.
cpanm autobox::Base64
perl -MCPAN -e shell install autobox::Base64
For more information on module installation, please visit the detailed CPAN module installation guide.