Acme-Base64
view release on metacpan or search on metacpan
---
abstract: 'Write Perl in Base64 encoding'
author:
- 'Alan Haggai Alavi <haggai@cpan.org>'
build_requires:
Test::More: 0
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3603'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Acme-Base64 version 0.0.2
NAME
Acme::Base64 - Write Perl in Base64 encoding
VERSION
This document describes Acme::Base64 version 0.0.2
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build install
SYNOPSIS
use Acme::Base64;
cHJpbnQgIkhlbGxvIHdvcmxkIVxuIjsK
DESCRIPTION
Bored writing normal Perl code?
Write Perl in Base64 encoding. :-)
INTERFACE
Every line of code after "use Acme::Base64" should be encoded in Base64
encoding.
CONFIGURATION AND ENVIRONMENT
Acme::Base64 requires no configuration files or environment variables.
DEPENDENCIES
MIME::Base64
First released with perl 5.007003
Filter::Simple
First released with perl 5.007003
lib/Acme/Base64.pm view on Meta::CPAN
FILTER {
$_ = decode_base64($_);
};
1;
__END__
=head1 NAME
Acme::Base64 - Write Perl in Base64 encoding
=head1 VERSION
This document describes Acme::Base64 version 0.0.2
=head1 SYNOPSIS
use Acme::Base64;
cHJpbnQgIkhlbGxvIHdvcmxkIVxuIjsK
=head1 DESCRIPTION
B<Bored writing normal Perl code?>
Write Perl in Base64 encoding. :-)
=head1 INTERFACE
Every line of code after C<use Acme::Base64> should be encoded in Base64
encoding.
=head1 CONFIGURATION AND ENVIRONMENT
Acme::Base64 requires no configuration files or environment variables.
=head1 DEPENDENCIES
=over 4
( run in 0.253 second using v1.01-cache-2.11-cpan-4d50c553e7e )