Make sure release process starts from a clean slate
This commit is contained in:
parent
bfe091f28e
commit
5602166a57
1 changed files with 5 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue