summaryrefslogtreecommitdiffstats
path: root/rules/perl.in
blob: 3fec7e58538268364de76a33838226272ea3a6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=scripting_languages

config PERL
	tristate
	prompt "perl"
	select LIBC_DL
	select LIBC_M
	select LIBC_CRYPT
	select LIBC_PTHREAD
	select GCCLIBS_GCC_S
	help
	  Larry Wall's Practical Extraction and Report Language
	  An interpreted scripting language, known among some as
	  "Unix's Swiss Army Chainsaw".

menu "perl Extra Modules            "
source "generated/perl.in"
endmenu