view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END postamble code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/gdal.pm view on Meta::CPAN
}
sub version {
    my $self = shift;
    my $version = $self->SUPER::version;
    return $version if not $version =~ /CONFIG/;
    #  we have a busted version on Windows due to PkgConfig not handling pc vars
    #  system installs are on their own for now
    
  
  
  lib/Alien/gdal.pm view on Meta::CPAN
    #warn 'LD Path is: ' . join ' ', grep {defined} @LD_LIBRARY_PATH;
    #warn 'Bare env var: ' . ($ENV{LD_LIBRARY_PATH} // '');
    #warn 'DYLD Path is: ' . join ' ', grep {defined} @DYLD_LIBRARY_PATH;
    #warn 'Bare env var: ' . ($ENV{DYLD_LIBRARY_PATH} // '');
    my (@libs) = $self->SUPER::dynamic_libs;
    foreach my $alien (@have_aliens) {
        push @libs, $alien->dynamic_libs;
    }
    my (%seen, @libs2);
    
  
  
  lib/Alien/gdal.pm view on Meta::CPAN
}
sub cflags {
    my $self = shift;
    
    my $cflags = $self->SUPER::cflags;
    
    if ($have_geos) {
        $cflags .= ' ' . (Alien::geos::af->cflags // '');
    }
    
    
  
  
  lib/Alien/gdal.pm view on Meta::CPAN
}
sub libs {
    my $self = shift;
    
    my $cflags = $self->SUPER::libs;
    
    if ($have_geos) {
        $cflags .= ' ' . (Alien::geos::af->libs // '');
    }
    
    
  
  
  lib/Alien/gdal.pm view on Meta::CPAN
}
#sub cflags_static {
#    my $self = shift;
#    
#    my $cflags = $self->SUPER::cflags_static;
#    
#    if ($have_geos) {
#        $cflags .= ' ' . Alien::geos::af->cflags_static;
#    }
#    
    
  
  
  lib/Alien/gdal.pm view on Meta::CPAN
#}
#
#sub libs_static {
#    my $self = shift;
#    
#    my $cflags = $self->SUPER::libs_static;
#    
#    if ($have_geos) {
#        $cflags .= ' ' . Alien::geos::af->libs_static;
#    }
#    
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/geos/af.pm view on Meta::CPAN
        my $dynamic = Path::Tiny->new($class->dist_dir, 'dynamic');
        if (-d $dynamic) {
            $dir = $dynamic;
        }
        my @libs = $class->SUPER::dynamic_libs;
        push @libs, FFI::CheckLib::find_lib(
            lib        => ['geos', 'geos_c'],
            libpath    => $dir,
            systempath => [],
    
  
  
  lib/Alien/geos/af.pm view on Meta::CPAN
    }
}
sub cflags {
    my ($self) = @_;
    $self->SUPER::cflags;
}
1;
__END__
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/gputils.pm view on Meta::CPAN
    my $self = shift;
    if ($self->install_type('system')) {
        my ($path) = $self->config('gputils_system_path');
        return $path if $path;
    }
    return $self->SUPER::bin_dir();
}
1;
__END__
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END postamble code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
}
 
sub MY::install {
	$abmm->can('mm_install')
		? $abmm->mm_install(@_)
		: shift->SUPER::install(@_);
}
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
}
 
sub MY::install {
	$abmm->can('mm_install')
		? $abmm->mm_install(@_)
		: shift->SUPER::install(@_);
}
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
inc/Alien/make/Module/Build.pm view on Meta::CPAN
      store => \$use_bundled,
      type  => "+",
   };
   my $self = $class->SUPER::new( %args );
   my $module = $self->pkgconfig_module;
   my $version = $self->pkgconfig_version;
   $use_bundled = 1 if
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
   # There's two bugs in just doing this:
   #   1) symlinks (e.g. libfoo.so => libfoo.so.1) get copied as new files
   #   2) needlessly considers the .pc file different and copies/relocates it
   #      every time.
   # Both of these are still under investigation
   $self->SUPER::ACTION_install;
   # The .pc file that 'ACTION_install' has written contains the build-time
   # blib paths in it. We need that rewritten for the real install location
   #
   # We don't do this at 'ACTION_code' time, because of one awkward cornercase.
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
      }
      unlink( $self->_stampfile( "build" ) );
   }
   $self->SUPER::ACTION_clean;
}
sub ACTION_realclean
{
   my $self = shift;
   if( -d $self->_srcdir ) {
      system( "rm", "-rf", $self->_srcdir ); # best effort; ignore failure
   }
   $self->SUPER::ACTION_realclean;
}
0x55AA;
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
inc/Alien/make/Module/Build.pm view on Meta::CPAN
      store => \$use_bundled,
      type  => "+",
   };
   my $self = $class->SUPER::new( %args );
   my $module = $self->pkgconfig_module;
   my $version = $self->pkgconfig_version;
   $use_bundled = 1 if
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
   # There's two bugs in just doing this:
   #   1) symlinks (e.g. libfoo.so => libfoo.so.1) get copied as new files
   #   2) needlessly considers the .pc file different and copies/relocates it
   #      every time.
   # Both of these are still under investigation
   $self->SUPER::ACTION_install;
   # The .pc file that 'ACTION_install' has written contains the build-time
   # blib paths in it. We need that rewritten for the real install location
   #
   # We don't do this at 'ACTION_code' time, because of one awkward cornercase.
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
      }
      unlink( $self->_stampfile( "build" ) );
   }
   $self->SUPER::ACTION_clean;
}
sub ACTION_realclean
{
   my $self = shift;
   if( -d $self->_srcdir ) {
      system( "rm", "-rf", $self->_srcdir ); # best effort; ignore failure
   }
   $self->SUPER::ACTION_realclean;
}
0x55AA;
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END postamble code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
inc/Alien/make/Module/Build.pm view on Meta::CPAN
      store => \$use_bundled,
      type  => "+",
   };
   my $self = $class->SUPER::new( %args );
   my $module = $self->pkgconfig_module;
   my $version = $self->pkgconfig_version;
   $use_bundled = 1 if
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
   # There's two bugs in just doing this:
   #   1) symlinks (e.g. libfoo.so => libfoo.so.1) get copied as new files
   #   2) needlessly considers the .pc file different and copies/relocates it
   #      every time.
   # Both of these are still under investigation
   $self->SUPER::ACTION_install;
   # The .pc file that 'ACTION_install' has written contains the build-time
   # blib paths in it. We need that rewritten for the real install location
   #
   # We don't do this at 'ACTION_code' time, because of one awkward cornercase.
    
  
  
  inc/Alien/make/Module/Build.pm view on Meta::CPAN
      }
      unlink( $self->_stampfile( "build" ) );
   }
   $self->SUPER::ACTION_clean;
}
sub ACTION_realclean
{
   my $self = shift;
   if( -d $self->_srcdir ) {
      system( "rm", "-rf", $self->_srcdir ); # best effort; ignore failure
   }
   $self->SUPER::ACTION_realclean;
}
0x55AA;
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild
    
  
  
     view all matches for this distribution