summaryrefslogtreecommitdiff
path: root/doc/HOWTO-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HOWTO-RELEASE')
-rw-r--r--doc/HOWTO-RELEASE9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE
index 990b8db..3c7954b 100644
--- a/doc/HOWTO-RELEASE
+++ b/doc/HOWTO-RELEASE
@@ -15,15 +15,6 @@ How to make a new release of GNU Stow
(N.B. the CPAN distribution will contain these files, whereas
the GNU distribution will not.)
- - Make sure bin/stow does not contain a "use lib" line. This
- should only happen if the installation directory for Perl
- modules (--with-pmdir's default value) is not in Perl's
- built-in @INC, which would be caused by ./configure's default
- prefix (/usr/local) not matching your Perl's siteprefix, but
- the above --prefix should prevent that, as would:
-
- ./configure --with-pmdir=`perl -le 'print $INC[0]'`
-
- Make sure all the following commands all run successfully:
perl Build.PL