#1752: ExtUtils-MakeMaker included in perl-5.8.8 broken
------------------------------+---------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: defect | Status: new
Priority: normal | Milestone: 6.2
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Comment (by [EMAIL PROTECTED]):
Here's two potential sed's to accomplish the same thing:
{{{
sed -i "s/'PERLRUN'/'PERLRUNINST'/" lib/ExtUtils/MM_Unix.pm
}}}
{{{
sed -i -e "s/my \$perlrun/& = 'PERLRUN'/" \
-e '/^\s*\$perlrun/d' lib/ExtUtils/MM_Unix.pm
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1752>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page