mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
7 lines
102 B
TOML
7 lines
102 B
TOML
[tasks.perl]
|
|
script_runner = "perl"
|
|
script_extension = "pl"
|
|
script = '''
|
|
print "Hello, World!\n";
|
|
'''
|