Remove unneeded filter-requires.sh file
This commit is contained in:
parent
995c2b0ddc
commit
8dfa8a5d0b
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# The original script name has been passed as the first argument:
|
|
||||||
"$@" |
|
|
||||||
awk '
|
|
||||||
$0 != "perl(Your::Module::Here)" &&
|
|
||||||
$0 != "perl(Tk)" &&
|
|
||||||
$0 !~ /^perl\(Tk::/ &&
|
|
||||||
$0 !~ /^perl\(Mac::/
|
|
||||||
'
|
|
||||||
|
|
||||||
# We used to filter also these:
|
|
||||||
# NDBM perl(v5.6.0) perl(Tie::RangeHash)
|
|
||||||
# but they don't seem to be present anymore.
|
|
Loading…
Reference in New Issue
Block a user