Commits

Ville Suoranta authored 3d5762c234b
Include File::Copy
No tags

scripts/create-app

Modified
1 1 #!/usr/bin/perl
2 2 use Cwd qw(abs_path getcwd);
3 3 use POSIX;
4 4 use File::Find;
5 5 use File::Basename;
6 6 use File::Fetch;
7 7 use File::Path qw(make_path remove_tree);
8 8 use Config;
9 +use File::Copy;
9 10
10 11 #Fetch failed! HTTP response: 500 Internal Server Error [500 Can't verify SSL peers without knowing which Certificate Authorities to trust] at scripts/create-app line 62.
11 12 $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
12 13
13 14 $exe = abs_path($0);
14 15 $path = abs_path(dirname($exe));
15 16 $root = dirname($path);
16 17 $java = '/usr/bin/java';
17 18 $jarfile_name = "create-app-assembly-1.12.jar";
18 19

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut