libtie-array-csv-perl_0.08-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Tue, 23 Sep 2025 17:17:06 +0200 |
Source: | libtie-array-csv-perl |
Binary: | libtie-array-csv-perl |
Architecture: | source all |
Version: | 0.08-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
Changed-By: | gregor herrmann <gregoa@debian.org> |
Description: | libtie-array-csv-perl - module for tied arrays which combines the power of Tie::File and |
Closes: | 1115967 |
Changes: | libtie-array-csv-perl (0.08-1) unstable; urgency=medium * Initial release (closes: #1115967). |
Files: | f1672f4981b062c8121f671975beef32 2359 perl optional libtie-array-csv-perl_0.08-1.dsc 967343a685b6db8a180be6cf04efe1a7 10800 perl optional libtie-array-csv-perl_0.08.orig.tar.gz 7e6bcd095d7472503f99b3665c13f2a7 1760 perl optional libtie-array-csv-perl_0.08-1.debian.tar.xz 3439e6dd159a12e3d8d2b57bbfce3146 12580 perl optional libtie-array-csv-perl_0.08-1_all.deb d84c4707d11eebd3bbfea133dd6d331e 5917 perl optional libtie-array-csv-perl_0.08-1_amd64.buildinfo |
libtie-array-csv-perl_0.08-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | libtie-array-csv-perl |
Binary: | libtie-array-csv-perl |
Architecture: | all |
Version: | 0.08-1 |
Maintainer: | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
Uploaders: | gregor herrmann <gregoa@debian.org>, |
Homepage: | https://metacpan.org/release/Tie-Array-CSV |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/perl-team/modules/packages/libtie-array-csv-perl |
Vcs-Git: | https://salsa.debian.org/perl-team/modules/packages/libtie-array-csv-perl.git |
Testsuite: | autopkgtest-pkg-perl |
Build-Depends: | debhelper-compat (=13), libmodule-build-perl, perl |
Build-Depends-Indep: | libscalar-list-utils-perl<!nocheck>, libtext-csv-perl<!nocheck> |
Package-List: | libtie-array-csv-perl deb perl optional arch=all |
Files: | 967343a685b6db8a180be6cf04efe1a7 10800 libtie-array-csv-perl_0.08.orig.tar.gz 7e6bcd095d7472503f99b3665c13f2a7 1760 libtie-array-csv-perl_0.08-1.debian.tar.xz |
README.source for libtie-array-csv-perl_0.08-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for libtie-array-csv-perl_0.08-1_all.deb (click to toggle) | |
---|---|
Package: | libtie-array-csv-perl |
Version: | 0.08-1 |
Architecture: | all |
Maintainer: | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
Installed-Size: | 38 |
Depends: | perl:any, libscalar-list-utils-perl, libtext-csv-perl |
Section: | perl |
Priority: | optional |
Homepage: | https://metacpan.org/release/Tie-Array-CSV |
Description: | module for tied arrays which combines the power of Tie::File and Text::CSV Tie::Array::CSV allows an array to be tied to a CSV file for reading and writing. The array is a standard Perl 2D array (i.e. an array of array references) which gives access to the row and column of the user's choosing. . This is done using the well established modules: . * Tie::File * Text::CSV . This module was inspired by Tie::CSV_File. It doesn't attempt to do any of the parsing but rather passes all of the heavy lifting to other modules. |
contents of libtie-array-csv-perl_0.08-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-09-23 15:17 ./ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/doc/libtie-array-csv-perl/ -rw-r--r-- root/root 165 2025-09-23 15:17 ./usr/share/doc/libtie-array-csv-perl/changelog.Debian.gz -rw-r--r-- root/root 570 2019-10-07 15:42 ./usr/share/doc/libtie-array-csv-perl/changelog.gz -rw-r--r-- root/root 1133 2025-09-23 15:17 ./usr/share/doc/libtie-array-csv-perl/copyright drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/man/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/man/man3/ -rw-r--r-- root/root 3260 2025-09-23 15:17 ./usr/share/man/man3/Tie::Array::CSV.3pm.gz -rw-r--r-- root/root 1693 2025-09-23 15:17 ./usr/share/man/man3/Tie::Array::CSV::HoldRow.3pm.gz drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/perl5/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/perl5/Tie/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/perl5/Tie/Array/ drwxr-xr-x root/root 0 2025-09-23 15:17 ./usr/share/perl5/Tie/Array/CSV/ -rw-r--r-- root/root 4944 2025-09-23 15:17 ./usr/share/perl5/Tie/Array/CSV/HoldRow.pm -rw-r--r-- root/root 10289 2025-09-23 15:17 ./usr/share/perl5/Tie/Array/CSV.pm |
copyright of libtie-array-csv-perl_0.08-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Tie-Array-CSV Upstream-Contact: Joel Berger <joel.a.berger@gmail.com> Upstream-Name: Tie-Array-CSV Files: * Copyright: 2013, Joel Berger, <joel.a.berger@gmail.com> 2013, Christian Walde (Mithaldu) 2013, Graham Ollis (plicease) License: Artistic or GPL-1+ Files: debian/* Copyright: 2025, gregor herrmann <gregoa@debian.org> License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. |
Timestamp: 23.09.2025 / 16:02:35 (UTC)