Skip to content

Commit

Permalink
delete any older dist tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 13, 2024
1 parent 027d164 commit a377f32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .release/publish-to-cpan.sh
Expand Up @@ -6,6 +6,12 @@ if [ -n "$PERL_PUBLISH_SETUP" ]; then
perl -MCPAN -e 'install CPAN::Uploader'
fi

for _f in Mail-DMARC-*;
do
echo "rm $_f"
rm $_f
done

perl Build.PL
./Build dist
./Build distclean
Expand Down

0 comments on commit a377f32

Please sign in to comment.