{
   "name": "Devel-Platform-Info",
   "version": "0.16",
   "abstract": "Unified framework for obtaining common platform metadata.",
   "author": [
       "Barbie (BARBIE) <[email protected]>",
       "Brian McCauley (NOBULL) <[email protected]>",
       "Colin Newell (NEWELL) <[email protected]>",
       "Jon 'JJ' Allen (JONALLEN) <[email protected]>"
   ],

   "license": [ "artistic_2" ],
   "dynamic_config" : 0,
   "release_status" : "stable",
   "meta-spec": {
       "version": "2",
       "url": "http://search.cpan.org/dist/CPAN-Meta/lib/CPAN/Meta/Spec.pm"
   },
   "generated_by": "The Hand of Barbie 1.0",
   "keywords" : [
       "qa",
       "cpan",
       "testing"
   ],

   "optional_features" : {
       "windows" : {
           "description" : "for Win32 support",
           "prereqs" : {
               "runtime" : {
                   "requires" : {
                       "Win32": "0",
                       "POSIX": "0"
                   }
               }
           }
       }
   },

   "prereqs" : {
       "runtime" : {
           "requires" : {
               "perl": "5.006"
           }
       },
       "test" : {
           "requires": {
               "IO::File": "0",
               "Test::More": "0.70",
               "Test::Builder::Tester": "0"
           },
           "recommends": {
               "Test::CPAN::Meta": "0",
               "Test::CPAN::Meta::JSON": "0",
               "Test::MockObject::Extends": "0",
               "Test::Pod": "1.00",
               "Test::Pod::Coverage": "0.08"
           }
       }
   },

   "provides": {
       "Devel::Platform::Info": {
           "file": "lib/Devel/Platform/Info.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::BeOS": {
           "file": "lib/Devel/Platform/Info/BeOS.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::BSD": {
           "file": "lib/Devel/Platform/Info/BSD.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::Irix": {
           "file": "lib/Devel/Platform/Info/Irix.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::Linux": {
           "file": "lib/Devel/Platform/Info/Linux.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::Mac": {
           "file": "lib/Devel/Platform/Info/Mac.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::SCO": {
           "file": "lib/Devel/Platform/Info/SCO.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::Solaris": {
           "file": "lib/Devel/Platform/Info/Solaris.pm",
           "version": "0.16"
       },
       "Devel::Platform::Info::Win32": {
           "file": "lib/Devel/Platform/Info/Win32.pm",
           "version": "0.16"
       }
   },
   "no_index": {
       "directory": ["t","examples"]
   },

   "resources": {
       "license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
       "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Platform-Info" },
       "repository": {
           "url": "git://github.com/barbie/devel-platform-info.git",
           "web": "http://github.com/barbie/devel-platform-info",
           "type": "git"
       }
   }
}