File: Spreadsheet-Read.tml

package info (click to toggle)
libyaml-tiny-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 556 kB
  • ctags: 80
  • sloc: perl: 1,363; makefile: 2
file content (161 lines) | stat: -rw-r--r-- 4,527 bytes parent folder | download | duplicates (15)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
=== Spreadsheet-Read
--- yaml
\--- #YAML:1.1
name:                   Read
version:                VERSION
abstract:               Meta-Wrapper for reading spreadsheet data
license:                perl
author:                 
  - H.Merijn Brand <h.m.brand@xs4all.nl>
generated_by:           Author
distribution_type:      module
provides:
  Spreadsheet::Read:
    file:               Read.pm
    version:            VERSION
requires:                       
  perl:                 5.006
  Exporter:             0
  Carp:                 0
  Data::Dumper:         0
recommends:
  perl:                 5.008005
  File::Temp:           0.14
  IO::Scalar:           0
build_requires:
  perl:                 5.006
  Test::Harness:        0
  Test::More:           0
optional_features:
- opt_csv:
    description:        Provides parsing of CSV streams
    requires:
      Text::CSV_XS:     0.23
    recommends:
      Text::CSV:        1.10
      Text::CSV_PP:     1.10
      Text::CSV_XS:     0.58
- opt_excel:
    description:        Provides parsing of Microsoft Excel files
    requires:
      Spreadsheet::ParseExcel: 0.26
      Spreadsheet::ParseExcel::FmtDefault: 0
    recommends:
      Spreadsheet::ParseExcel: 0.42
- opt_excelx:
    description:        Provides parsing of Microsoft Excel 2007 files
    requires:
      Spreadsheet::XLSX:       0.07
- opt_oo:
    description:        Provides parsing of OpenOffice spreadsheets
    requires:
      Spreadsheet::ReadSXC:    0.2
- opt_tools:
    description:        Spreadsheet tools
    recommends:
      Tk:                           0
      Tk::NoteBook:                 0
      Tk::TableMatrix::Spreadsheet: 0
resources:
  license:      http://dev.perl.org/licenses/
meta-spec:
  version:      1.4
  url:          http://module-build.sourceforge.net/META-spec-v1.4.html

--- perl
[ {
    'resources' => {
        'license' => 'http://dev.perl.org/licenses/'
    },
    'meta-spec' => {
        'version' => '1.4',
        'url' => 'http://module-build.sourceforge.net/META-spec-v1.4.html'
    },
    'distribution_type' => 'module',
    'generated_by' => 'Author',
    'version' => 'VERSION',
    'name' => 'Read',
    'author' => [
        'H.Merijn Brand <h.m.brand@xs4all.nl>'
    ],
    'license' => 'perl',
    'build_requires' => {
        'Test::More' => '0',
        'Test::Harness' => '0',
        'perl' => '5.006'
    },
    'provides' => {
        'Spreadsheet::Read' => {
            'version' => 'VERSION',
            'file' => 'Read.pm'
        }
    },
    'optional_features' => [
        {
            'opt_csv' => {
                'requires' => {
                    'Text::CSV_XS' => '0.23'
                },
                'recommends' => {
                    'Text::CSV_PP' => '1.10',
                    'Text::CSV_XS' => '0.58',
                    'Text::CSV' => '1.10'
                },
                'description' => 'Provides parsing of CSV streams'
            }
        },
        {
            'opt_excel' => {
                'requires' => {
                    'Spreadsheet::ParseExcel' => '0.26',
                    'Spreadsheet::ParseExcel::FmtDefault' => '0'
                },
                'recommends' => {
                    'Spreadsheet::ParseExcel' => '0.42'
                },
                'description' => 'Provides parsing of Microsoft Excel files'
            }
        },
        {
            'opt_excelx' => {
                'requires' => {
                    'Spreadsheet::XLSX' => '0.07'
                },
                'description' => 'Provides parsing of Microsoft Excel 2007 files'
            }
        },
        {
            'opt_oo' => {
                'requires' => {
                    'Spreadsheet::ReadSXC' => '0.2'
                },
                'description' => 'Provides parsing of OpenOffice spreadsheets'
            }
        },
        {
            'opt_tools' => {
                'recommends' => {
                    'Tk::TableMatrix::Spreadsheet' => '0',
                    'Tk::NoteBook' => '0',
                    'Tk' => '0'
                },
                'description' => 'Spreadsheet tools'
            }
        }
    ],
    'requires' => {
        'perl' => '5.006',
        'Data::Dumper' => '0',
        'Exporter' => '0',
        'Carp' => '0'
    },
    'recommends' => {
        'perl' => '5.008005',
        'IO::Scalar' => '0',
        'File::Temp' => '0.14'
    },
    'abstract' => 'Meta-Wrapper for reading spreadsheet data'
} ]

--- noyamlpm