X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FMM_BeOS.pm;h=5d9b08bd7b316761ffe9a444b3c3a00aaf3cbc72;hb=7d63dedd4e5d9316e3ff452dfadcf0da5248c852;hp=298025dcb0d90095eaf58a75c35c6e310ba8d563;hpb=2bc69dc436cd7865c8739d78d00640e6d7154cd2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/MM_BeOS.pm b/lib/ExtUtils/MM_BeOS.pm index 298025d..5d9b08b 100644 --- a/lib/ExtUtils/MM_BeOS.pm +++ b/lib/ExtUtils/MM_BeOS.pm @@ -1,7 +1,5 @@ package ExtUtils::MM_BeOS; -our $VERSION = '1.00'; - =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker @@ -22,12 +20,13 @@ the semantics. use Config; use File::Spec; -require Exporter; +require ExtUtils::MM_Any; +require ExtUtils::MM_Unix; -require ExtUtils::MakeMaker; -ExtUtils::MakeMaker->import(qw( $Verbose &neatvalue)); +use vars qw(@ISA $VERSION); +@ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); +$VERSION = 1.02_01; -unshift @MM::ISA, 'ExtUtils::MM_BeOS'; =item perl_archive @@ -42,6 +41,8 @@ sub perl_archive return File::Spec->catdir('$(PERL_INC)',$Config{libperl}); } +=back + 1; __END__