Alien-patch
view release on metacpan or search on metacpan
usually what you want.
HELPERS
patch
%{patch}
When used with Alien::Base::ModuleBuild in a alien_build_commands or
alien_install_commands, this helper will be replaced by either patch
(Unix and cygwin) or patch --binary (MSWin32).
SEE ALSO
Alien
Alien::Build
alienfile
1;
lib/Alien/patch.pm view on Meta::CPAN
adds the C<--binary> option on Windows (C<MSWin32> but not C<cygwin>)
which is usually what you want.
=head1 HELPERS
=head2 patch
%{patch}
When used with L<Alien::Base::ModuleBuild> in a C<alien_build_commands> or C<alien_install_commands>,
this helper will be replaced by either C<patch> (Unix and cygwin) or C<patch --binary> (MSWin32).
=head1 SEE ALSO
=over 4
=item L<Alien>
=item L<Alien::Build>
=item L<alienfile>
( run in 0.539 second using v1.01-cache-2.11-cpan-39bf76dae61 )