Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: i

i - Call 'make install' on a Makefile or Makefile.PL up the hierarchy



NAME

    i - Call 'make install' on a Makefile or Makefile.PL up the hierarchy


DOWNLOAD

i


SYNOPSIS

    i


OPTIONS


DESCRIPTION

i is to be used when you're working on a Perl module, are located in some subdirectory of it and want to call ``make install'' in the top directory. It will go upwards the directory hierarchy from where you are, looking for ``Makefile'' or ``Makefile.PL'' and call ``make install'' or ``perl Makefile.PL; make install'' if it finds one.


LEGALESE

Copyright 2002 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2002, Mike Schilli <m@perlmeister.com>


Latest update: 20-Oct-2013