1=== Spreadsheet-Read
2--- yaml
3\--- #YAML:1.1
4name:                   Read
5version:                VERSION
6abstract:               Meta-Wrapper for reading spreadsheet data
7license:                perl
8author:
9  - H.Merijn Brand <h.m.brand@xs4all.nl>
10generated_by:           Author
11distribution_type:      module
12provides:
13  Spreadsheet::Read:
14    file:               Read.pm
15    version:            VERSION
16requires:
17  perl:                 5.006
18  Exporter:             0
19  Carp:                 0
20  Data::Dumper:         0
21recommends:
22  perl:                 5.008005
23  File::Temp:           0.14
24  IO::Scalar:           0
25build_requires:
26  perl:                 5.006
27  Test::Harness:        0
28  Test::More:           0
29optional_features:
30- opt_csv:
31    description:        Provides parsing of CSV streams
32    requires:
33      Text::CSV_XS:     0.23
34    recommends:
35      Text::CSV:        1.10
36      Text::CSV_PP:     1.10
37      Text::CSV_XS:     0.58
38- opt_excel:
39    description:        Provides parsing of Microsoft Excel files
40    requires:
41      Spreadsheet::ParseExcel: 0.26
42      Spreadsheet::ParseExcel::FmtDefault: 0
43    recommends:
44      Spreadsheet::ParseExcel: 0.42
45- opt_excelx:
46    description:        Provides parsing of Microsoft Excel 2007 files
47    requires:
48      Spreadsheet::XLSX:       0.07
49- opt_oo:
50    description:        Provides parsing of OpenOffice spreadsheets
51    requires:
52      Spreadsheet::ReadSXC:    0.2
53- opt_tools:
54    description:        Spreadsheet tools
55    recommends:
56      Tk:                           0
57      Tk::NoteBook:                 0
58      Tk::TableMatrix::Spreadsheet: 0
59resources:
60  license:      http://dev.perl.org/licenses/
61meta-spec:
62  version:      1.4
63  url:          http://module-build.sourceforge.net/META-spec-v1.4.html
64
65--- perl
66[ {
67    'resources' => {
68        'license' => 'http://dev.perl.org/licenses/'
69    },
70    'meta-spec' => {
71        'version' => '1.4',
72        'url' => 'http://module-build.sourceforge.net/META-spec-v1.4.html'
73    },
74    'distribution_type' => 'module',
75    'generated_by' => 'Author',
76    'version' => 'VERSION',
77    'name' => 'Read',
78    'author' => [
79        'H.Merijn Brand <h.m.brand@xs4all.nl>'
80    ],
81    'license' => 'perl',
82    'build_requires' => {
83        'Test::More' => '0',
84        'Test::Harness' => '0',
85        'perl' => '5.006'
86    },
87    'provides' => {
88        'Spreadsheet::Read' => {
89            'version' => 'VERSION',
90            'file' => 'Read.pm'
91        }
92    },
93    'optional_features' => [
94        {
95            'opt_csv' => {
96                'requires' => {
97                    'Text::CSV_XS' => '0.23'
98                },
99                'recommends' => {
100                    'Text::CSV_PP' => '1.10',
101                    'Text::CSV_XS' => '0.58',
102                    'Text::CSV' => '1.10'
103                },
104                'description' => 'Provides parsing of CSV streams'
105            }
106        },
107        {
108            'opt_excel' => {
109                'requires' => {
110                    'Spreadsheet::ParseExcel' => '0.26',
111                    'Spreadsheet::ParseExcel::FmtDefault' => '0'
112                },
113                'recommends' => {
114                    'Spreadsheet::ParseExcel' => '0.42'
115                },
116                'description' => 'Provides parsing of Microsoft Excel files'
117            }
118        },
119        {
120            'opt_excelx' => {
121                'requires' => {
122                    'Spreadsheet::XLSX' => '0.07'
123                },
124                'description' => 'Provides parsing of Microsoft Excel 2007 files'
125            }
126        },
127        {
128            'opt_oo' => {
129                'requires' => {
130                    'Spreadsheet::ReadSXC' => '0.2'
131                },
132                'description' => 'Provides parsing of OpenOffice spreadsheets'
133            }
134        },
135        {
136            'opt_tools' => {
137                'recommends' => {
138                    'Tk::TableMatrix::Spreadsheet' => '0',
139                    'Tk::NoteBook' => '0',
140                    'Tk' => '0'
141                },
142                'description' => 'Spreadsheet tools'
143            }
144        }
145    ],
146    'requires' => {
147        'perl' => '5.006',
148        'Data::Dumper' => '0',
149        'Exporter' => '0',
150        'Carp' => '0'
151    },
152    'recommends' => {
153        'perl' => '5.008005',
154        'IO::Scalar' => '0',
155        'File::Temp' => '0.14'
156    },
157    'abstract' => 'Meta-Wrapper for reading spreadsheet data'
158} ]
159
160--- noyamlpm
161
162