API-Octopart
view release on metacpan or search on metacpan
#!/bin/sh
set -e
./rebuild-manifest.sh
./repod.sh
git diff
if [ -n "$(git status -s)" ]; then
echo === GIT is dirty ===
git status -s
exit 1
fi
./remake.sh
( run in 2.510 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )