repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python/pytest-subtests: update to 0.14.0
[oi-userland.git]
/
components
/
perl
/
Math-Prime-Util
/
patches
/
01-shebang.patch
blob
072bb8ed6e7331003e0831b819b3d635ae73afac
1
https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
2
3
--- Math-Prime-Util-0.73/bin/primes.pl.orig
4
+++ Math-Prime-Util-0.73/bin/primes.pl
5
@@ -1,4 +1,4 @@
6
-#!/usr/bin/env perl
7
+#!perl
8
use strict;
9
use warnings;
10
use Getopt::Long;
11
--- Math-Prime-Util-0.73/bin/factor.pl.orig
12
+++ Math-Prime-Util-0.73/bin/factor.pl
13
@@ -1,4 +1,4 @@
14
-#!/usr/bin/env perl
15
+#!perl
16
use strict;
17
use warnings;
18
use Getopt::Long;