Help for this page

Select Code to Download


  1. or download this
    ? MB.patch
    ? t/destinations.t
    ...
       }
       
       if (my $file = $self->{file}) {
    
  2. or download this
    use strict;
    
    ...
    ok( $m->install_destination( 'script' ) eq catdir( $install_base, 'bin
    +' ) );
    ok( $m->install_destination( 'bindoc' ) eq catdir( $install_base, 'man
    +', 'man1') );
    ok( $m->install_destination( 'libdoc' ) eq catdir( $install_base, 'man
    +', 'man3' ) );