libmixin-linewise-perl 0.111-1 source package in Ubuntu

Changelog

libmixin-linewise-perl (0.111-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.111.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 20:07:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmixin-linewise-perl_0.111-1.dsc 2.4 KiB aface5d3d5e0894474c5daf55973b371345fe184fd2d95633c9b4bd8b9969c08
libmixin-linewise-perl_0.111.orig.tar.gz 19.6 KiB d28e88516ce9b5295c31631dcccdc0fc8f2ab7d8a5cc876bb1b20131087b01db
libmixin-linewise-perl_0.111-1.debian.tar.xz 3.1 KiB 7e7e27d124a336ad576ce82871e775636e91d40e4920b481306474513a2de65b

Available diffs

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.