CPANPLUS-Dist-Deb
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Deb.pm view on Meta::CPAN
Depends: $depends
Description: $desc
$desc
EOF
### run the contents through the callback for munging
### make this conditional, as this was introduced in the
### dev branch of 0.81_01, so not all may have it (automatically)
### installed
if( $cb->_callbacks->munge_dist_metafile ) {
$contents = $cb->_callbacks->munge_dist_metafile->(
$cb, $contents
);
}
$fh->print( $contents );
$fh->close;
$dist->status->control( $control );
}
( run in 1.021 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )