| Paketname | libmime-base64-urlsafe-perl | 
| Beschreibung | Perl version of Python's URL-safe base64 codec | 
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) | 
| Version | 0.01-1 | 
| Sektion | universe/perl | 
| Priorität | optional | 
| Installierte Größe | 64 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Ubuntu MOTU Developers  | 
| Quelle |  | 
| Paketgröße | 6314 Byte | 
| Prüfsumme MD5 | 4e642b812552f2172c1018c3f6c93eaf | 
| Prüfsumme SHA1 | 08e1beaf8aa0be270918fb2c5752b00d528d5a7b | 
| Prüfsumme SHA256 | a685cd8937bf8ca0e16ba273347146bae56a1967b72e8762a8d864a26cbe3616 | 
| Link zum Herunterladen | libmime-base64-urlsafe-perl_0.01-1_all.deb | 
| Ausführliche Beschreibung | 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
 |