Binary package “libcatalyst-view-csv-perl” in ubuntu noble

CSV view class for the Catalyst web framework

 Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can
 use either a Perl array of arrays, an array of hashes, an array of objects, or
 a database cursor as the source of the CSV data. The CSV file is generated
 using Text::CSV.