libperlio-via-dynamic-perl 0.12-1 source package in Ubuntu

Changelog

libperlio-via-dynamic-perl (0.12-1) unstable; urgency=low

  * New upstream version.
  * Use external orig.

libperlio-via-dynamic-perl (0.11-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS with Perl 5.10.  Closes: #467850

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:16:19 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Bastian Blank
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libperlio-via-dynamic-perl_0.12.orig.tar.gz 18.1 KiB 042494aef180c14b14fc1e37781e104ea6ff4eade215f881141a47543be752eb
libperlio-via-dynamic-perl_0.12-1.diff.gz 3.3 KiB eb676c4481e3a92012f8b1d53834701b208f6c5d9cc8ee3f29f83b6289f18f9d
libperlio-via-dynamic-perl_0.12-1.dsc 1.1 KiB 41dc10fb69d73b1d1a5fa014a6401756eaef809fa460c3ec60ec10f7139bd95c

View changes file

Binary packages built by this source

libperlio-via-dynamic-perl: module to create dynamic PerlIO layers

 PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is
 useful when the behavior or the layer depends on variables. You should
 not use this module as via layer directly (ie :via(dynamic)).
 .
 Use the constructor to create new layers, with two arguments:
 translate and untranslate. Then use $p->via ($fh) to wrap the
 handle.
 .
 Note that PerlIO::via::dynamic uses the scalar fields to reference to
 the object representing the dynamic namespace. If you