From 5602166a57f774b24002e25b285b00f575182ef5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 28 Jul 2019 13:15:11 +0100 Subject: [PATCH] Make sure release process starts from a clean slate --- doc/HOWTO-RELEASE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index 045faad..bf83b55 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -29,6 +29,11 @@ Release procedure - Check CPAN distribution will work via Module::Build: + - Start from a clean slate: + + make distclean + autoreconf -iv + - Generate stow, chkstow, and lib/Stow.pm via: eval `perl -V:siteprefix`