libio-string-perl 1.08-2 source package in Ubuntu

Changelog

libio-string-perl (1.08-2) unstable; urgency=low

  * adopted for Debian PErl Group
  * debian/control: debhelper increased to (>= 5)
  * debian/compat: increased to 5

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  22 Nov 2006 11:29:27 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Feisty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libio-string-perl_1.08.orig.tar.gz 7.3 KiB 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0
libio-string-perl_1.08-2.diff.gz 2.1 KiB eccf8cc59d4e4b1a8f5dd00ddfcaa8826d500796c073a6c8d302a0dcf0cbe73b
libio-string-perl_1.08-2.dsc 720 bytes 52b7cdc3a42b584adc0bcb85c4c0ade50f350d95e3bead3946d95b263b451675

View changes file

Binary packages built by this source

libio-string-perl: Emulate IO::File interface for in-core strings

 The IO::String module provide the IO::File interface for in-core
 strings. An IO::String object can be attached to a string, and
 will make it possible to use the normal file operations for reading or
 writing data, as well as seeking to various locations of the string.
 The main reason you might want to do this, is if you have some other
 library module that only provide an interface to file handles, and you
 want to keep all the stuff in memory.
 .
 The IO::String module provide an interface compatible with
 IO::File as distributed with IO-1.20, but the following methods
 are not available; new_from_fd, fdopen, format_write,
 format_page_number, format_lines_per_page, format_lines_left,
 format_name, format_top_name.