1=== ITS-SIN-FIDS-Content-XML
2# Testing a META.yml from a commercial project that crashed
3--- yaml
4\# http://module-build.sourceforge.net/META-spec.html
5\#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
6name:         ITS-SIN-FIDS-Content-XML
7version:      0.01
8version_from: lib/ITS/SIN/FIDS/Content/XML.pm
9installdirs:  site
10requires:
11    Test::More:                    0.45
12    XML::Simple:                   2
13
14distribution_type: module
15generated_by: ExtUtils::MakeMaker version 6.30
16
17--- perl
18[ {
19    name              => 'ITS-SIN-FIDS-Content-XML',
20    version           => "0.01", # this kludge is to prevent floating point comparison errors
21    version_from      => 'lib/ITS/SIN/FIDS/Content/XML.pm',
22    installdirs       => 'site',
23    requires          => {
24        'Test::More'  => 0.45,
25        'XML::Simple' => 2,
26        },
27    distribution_type => 'module',
28    generated_by      => 'ExtUtils::MakeMaker version 6.30',
29} ]
30
31