Package Details: csvtable 1.00-2

Git Clone URL: https://aur.archlinux.org/csvtable.git (read-only, click to copy)
Package Base: csvtable
Description: Fault-tolerant viewer for CSV files
Upstream URL: https://github.com/wofr06/csvtable
Keywords: csv terminal viewer
Licenses: GPL-2.0
Conflicts: csvtable
Provides: csvtable
Submitter: Dominiquini
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 1
Popularity: 0.016053
First Submitted: 2025-12-25 00:23 (UTC)
Last Updated: 2026-06-17 21:22 (UTC)

Required by (2)

Sources (1)

Latest Comments

m040601 commented on 2026-06-17 16:38 (UTC) (edited on 2026-06-17 20:04 (UTC) by m040601)

EDIT: Solved, it is really necessary, https://github.com/wofr06/csvtable/issues/2

QUESTION

• perl-text-csv-xs^AUR

Is this dependency, really necessary ?

It is the only one that is ONLY available on the AUR. I checked https://github.com/wofr06/csvtable for "INSTALL" or "BUILD" intructions but cant find anything that states explicitly. I only see

use utf8;
use strict;
use warnings;
use Text::CSV;
use Module::Load::Conditional qw[can_load];
use Getopt::Long;
use vars qw(%opt);

Where does one infer that one needs "perl-text-csv-xs" ?