Alien-MSYS2

 view release on metacpan or  search on metacpan

inc/My/MakeMaker.pm  view on Meta::CPAN

package inc::My::MakeMaker;

use Moose;
use namespace::autoclean;

extends 'Dist::Zilla::Plugin::Author::Plicease::MakeMaker';

around write_makefile_args => sub {
  my $orig = shift;
  my $self = shift;
  
  my %h = %{ $self->$orig(@_) };
  
  $h{clean} = { FILES => "share/msys* msys2-*-latest.tar.xz share/alien_msys2.json" };

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.526 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )