CPANPLUS-Dist-Deb
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Deb.pm view on Meta::CPAN
error( loc( "Could not open '%1' for writing: %2",
$rules_file, $! ) );
$dist->status->prepared(0);
return;
}
$fh->print( $content );
$fh->close;
### make sure it's set as +x
chmod 0755, $rules_file;
$dist->status->rules( $rules_file );
}
$dist->status->prepared(1);
return $dist->status->builddir;
}
=pod
( run in 0.269 second using v1.01-cache-2.11-cpan-496ff517765 )