libmime-base64-urlsafe-perl 0.01-1 source package in Ubuntu

Changelog

libmime-base64-urlsafe-perl (0.01-1) unstable; urgency=low

  * Initial Release (Closes: #477501)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  07 May 2008 10:37:57 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmime-base64-urlsafe-perl_0.01.orig.tar.gz 2.3 KiB cb9966c50538bb676ab67bc40a7c841019b23ba2243d0ffcc2ccf084e5c33798
libmime-base64-urlsafe-perl_0.01-1.diff.gz 2.1 KiB 02366c1ddc35de265857a8cd7290cdcd6e631265b8cade891bdf09d488df721f
libmime-base64-urlsafe-perl_0.01-1.dsc 1.4 KiB 64c3703300f38cb066d38a983e7d7cb37bad9c3bc8f71f82a52759b5056d5357

View changes file

Binary packages built by this source

libmime-base64-urlsafe-perl: Perl version of Python's URL-safe base64 codec

 MIME::Base64::URLSafe is a perl version of python's URL-safe base64 encoder /
 decoder.
 .
 When embedding binary data in URL, it is preferable to use base64 encoding.
 However, two characters ('+' and '/') used in the standard base64 encoding have
 special meanings in URLs, often leading to re-encoding with URL-encoding, or
 worse, interoperability problems.
 .
 To overcome the problem, the module provides a variation of base64 codec
 compatible with python's urlsafe_b64encode / urlsafe_b64decode