libmixin-linewise-perl 0.102-1 source package in Ubuntu
Changelog
libmixin-linewise-perl (0.102-1) unstable; urgency=low * Import Upstream version 0.102 * Fix dependency on Test::More * Declare compliance with Debian Policy 3.9.5 -- Florian Schlichting <email address hidden> Sat, 23 Nov 2013 23:37:45 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmixin-linewise-perl_0.102-1.dsc | 2.2 KiB | 9f4352d559b4dfbbf121fce8445a0b77463776d5352cb8051de2001505a9d6cc |
libmixin-linewise-perl_0.102.orig.tar.gz | 14.3 KiB | 74a6e8e32e0caa145c271d86faee4658b2d443d9aebb3c0e16b635657d7b9e30 |
libmixin-linewise-perl_0.102-1.debian.tar.gz | 2.2 KiB | 81e90d057444ff5672e9489fecb50c3007788d51471ddb3a200a006724973acf |
Available diffs
- diff from 0.004-1 to 0.102-1 (7.0 KiB)
No changes file available.
Binary packages built by this source
- libmixin-linewise-perl: module to handle general file input/output operations
Mixin::Linewise is a Perl module that provides a generalized framework for
handling input/output operations. It can open files for I/O, convert strings
to handle type objects, and more.
.
With Reader and Writer classes, you can just write a method to manipulate
normal handles, and let the modules do the rest, like providing string and
filename handling methods.