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