Automate check for 'use lib' line in bin/stow.
This commit is contained in:
parent
23fe1510d2
commit
1f35c6c94f
2 changed files with 26 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue