Fix release instructions regarding CPAN distribution.

This commit is contained in:
Adam Spiers 2011-12-06 17:22:21 +00:00
parent d6afb3d062
commit 9dbe5e4c92

View file

@ -7,6 +7,9 @@ How to make a new release of GNU Stow
- Check CPAN distribution will work via Module::Build: - Check CPAN distribution will work via Module::Build:
- Run ./configure && make to generate stow, chkstow, and lib/Stow.pm
(N.B. the CPAN distribution will contain these files, whereas
the GNU distribution will not.)
- Run perl Build.PL. - Run perl Build.PL.
- Run ./Build test - Run ./Build test
- Run ./Build install - Run ./Build install
@ -54,6 +57,10 @@ How to make a new release of GNU Stow
# Then commit # Then commit
cvs commit cvs commit
- Run ./Build dist
- Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
- Upload to ftp.gnu.org. This is easiest using gnupload: - Upload to ftp.gnu.org. This is easiest using gnupload:
- git clone git://git.savannah.gnu.org/gnulib.git - git clone git://git.savannah.gnu.org/gnulib.git
@ -69,5 +76,3 @@ How to make a new release of GNU Stow
See http://www.gnu.org/prep/maintain/html_node/Announcements.html for See http://www.gnu.org/prep/maintain/html_node/Announcements.html for
more on making release announcements. more on making release announcements.
- Upload to CPAN via https://pause.perl.org/