We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52c0e8 commit 187d491Copy full SHA for 187d491
recipes/perl/create_policy_with_defaults.pl
@@ -39,7 +39,7 @@ sub print_disclaimer {
39
print("--------------------------------------------------------\n");
40
print("-- This script requires Perl 5.20.2 or later --\n");
41
42
- print("Executing this library requires some additional libraries like \n\t'LWP'\n\n");
+ print("Executing this library requires some additional libraries like \n\t'LWP' \n\t'JSON'\ \n\t'Getopt'\ \n\n");
43
print("You can specify the 'nbmaster', 'username' and 'password' as command-line parameters\n");
44
print_usage();
45
}
0 commit comments