Searched refs:Mkbootstrap (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMkbootstrap.t14 BEGIN { use_ok( 'ExtUtils::Mkbootstrap' ) }
16 # Mkbootstrap makes a backup copy of "$_[0].bs" if it exists and is non-zero
28 Mkbootstrap('mkboot');
29 ok( -s 'mkboot.bso', 'Mkbootstrap should backup the .bs file' );
41 Mkbootstrap('fakeboot');
42 ok( !( -f 'fakeboot.bso' ), 'Mkbootstrap should not backup an empty file' );
48 $ExtUtils::Mkbootstrap::Verbose = 1;
49 Mkbootstrap('');
52 Mkbootstrap('', 'foo');
64 Mkbootstrap('boo
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMkbootstrap.pm1 package ExtUtils::Mkbootstrap;
11 our @EXPORT = ('&Mkbootstrap');
18 sub Mkbootstrap { subroutine
61 print $bs "# Mkbootstrap routine in ExtUtils::Mkbootstrap (v$VERSION).\n";
85 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
89 Mkbootstrap
93 Mkbootstrap typically gets called from an extension Makefile.
111 Mkbootstrap will automatically add a dl_findfile() call to the
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.bsd-wrapper1385 ExtUtils::Mkbootstrap 3p lib/ExtUtils/Mkbootstrap.pm \

Completed in 165 milliseconds