# Note: this file was auto-generated by Module::Build::Compat version 0.31 hacked use strict; use warnings; sub _error { my $text = shift; print {*STDOUT} $text."\n"; exit 0 } eval { require 5.008; }; _error( q(Perl minimum 5.008) ) if ($@); use File::Spec::Functions; my $found = 0; for (@INC) { if (-f catfile( $_, q(version.pm) )) { $found = 1; last } } _error( q(Version not installed) ) unless ($found); use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Data::CloudWeights', 'VERSION_FROM' => 'lib/Data/CloudWeights.pm', 'PREREQ_PM' => { 'Class::Accessor::Fast' => '0.31', 'Test::More' => '0.74', 'parent' => '0.221', 'version' => '0.74' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [] ) ;