Skip to content

Commit 187d491

Browse files
committed
mention all the dependent libraries
1 parent d52c0e8 commit 187d491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/perl/create_policy_with_defaults.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sub print_disclaimer {
3939
print("--------------------------------------------------------\n");
4040
print("-- This script requires Perl 5.20.2 or later --\n");
4141
print("--------------------------------------------------------\n");
42-
print("Executing this library requires some additional libraries like \n\t'LWP'\n\n");
42+
print("Executing this library requires some additional libraries like \n\t'LWP' \n\t'JSON'\ \n\t'Getopt'\ \n\n");
4343
print("You can specify the 'nbmaster', 'username' and 'password' as command-line parameters\n");
4444
print_usage();
4545
}

0 commit comments

Comments
 (0)