On Sat, Dec 03, 2005 at 03:13:36PM +0000, Nick Ing-Simmons wrote:
> Or you could override install sub, call original and add your
> Makefile fragment: 
> 
> package MY;
> 
> sub install
> {
>  my $self = shift;
>  my $str = $self->MM::install(@_);
>  $str .= <<"MyStuff";
> ...
> MyStuff
>  return $str; 
> }

Thanks for that info - I'll try it. Somehow I was not able to extract this
hint from the docs.


-- 
 best regards
  Marcel Holan

 project manager R&D
+----------------------------------------------------------------------------+
 PetaMem s.r.o., Ocelarska 1, 190 00 Praha, Czech Republic - www.petamem.com

Reply via email to