File: META.yml

package info (click to toggle)
libtie-array-csv-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: perl: 302; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
abstract: 'A tied array which combines the power of Tie::File and Text::CSV'
author:
  - 'Joel Berger'
build_requires: {}
configure_requires:
  Module::Build: '0.3601'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Tie-Array-CSV
no_index:
  file:
    - README.pod
provides:
  Tie::Array::CSV:
    file: lib/Tie/Array/CSV.pm
    version: '0.08'
  Tie::Array::CSV::HoldRow:
    file: lib/Tie/Array/CSV/HoldRow.pm
  Tie::Array::CSV::HoldRow::Row:
    file: lib/Tie/Array/CSV/HoldRow.pm
  Tie::Array::CSV::Row:
    file: lib/Tie/Array/CSV.pm
requires:
  Scalar::Util: '0'
  Text::CSV: '0'
  Tie::File: '0'
  perl: '5.006001'
resources:
  bugtracker: http://github.com/jberger/Tie-Array-CSV/issues
  license: http://dev.perl.org/licenses/
  repository: http://github.com/jberger/Tie-Array-CSV
version: '0.08'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'