App-SD

 view release on metacpan or  search on metacpan

tools/shipwright-package  view on Meta::CPAN

export TODAY=`date +%Y-%m-%d`
export REPO=${HOME}/shipwright-sd-${TODAY}.git/
#export REPO=/tmp/shipwright-sd-${TODAY}.git/

export SHIPWRIGHT_REPOSITORY="git:file://$REPO"
export MIN_PERL=5.008006
export SKIP="--skip=Pod::Simple,Module::Signature,Test::Pod,Test::Most,Quantum::SuperPositions,Test::Pod::Coverage,Test::Distribution,Pod::Readme,Archive::Tar,HTML::Lint,Prophet,Encode,Date::Calc,Test::Cukes,Quantum::Superpositions,Test::Memory::Cycl...
export IMPORT="shipwright import --min-perl-version=$MIN_PERL $SKIP --log-file - --log-level debug"
rm -rf $REPO

shipwright create 
# Optional deps we still want
$IMPORT \
 cpan:Scalar::Util \
 cpan:Template::Declare \
 cpan:HTTP::Server::Simple \
 cpan:File::ShareDir \



( run in 0.231 second using v1.01-cache-2.11-cpan-e9199f4ba4c )