libencode-perl 2.44-1build1 source package in Ubuntu
Changelog
libencode-perl (2.44-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 19:49:23 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libencode-perl_2.44.orig.tar.gz | 1.9 MiB | c121f9c8ae03e718d1b5d5465d66bb3138af429188735966326656f99a9499c6 |
libencode-perl_2.44-1build1.debian.tar.gz | 3.2 KiB | b66e436fe2a30edc5d4c351ac494f28242cbd5109d4c6323bb100b2fb9323ad3 |
libencode-perl_2.44-1build1.dsc | 2.1 KiB | e978c890440286b91fa19389374fb7a4ff81cc9602a5fa4f7d9389d37fae2ec4 |
Available diffs
- diff from 2.44-1 to 2.44-1build1 (318 bytes)
Binary packages built by this source
- libencode-perl: module providing interfaces between Perl's strings and the system
The Encode module provides the interfaces between Perl's strings and the
rest of the system.
.
When Perl is processing "binary data", the programmer wants Perl to process
"sequences of bytes". This is not a problem for Perl - as a byte has 256
possible values, it easily fits in Perl's much larger "logical character".
.
Encodes a string from Perl's internal form into ENCODING and returns a
sequence of octets.