Inline::MakeMaker adds a line to the Makefile with \$(PERL) -Mblib -MInline=NOISY,_INSTALL_ -M$name -e1 $version \$(INST_ARCHLIB) E.g. /usr/bin/perl -Mblib -MInline=NOISY,_INSTALL_ -MFoo::Bar -e1 1.23 blib/arch Where are the $version and $(INST_ARCHLIB) bits used? Thanks! kj