File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 22WebPerl
33=======
44
5- This is the main WebPerl repository.
6- Please see the documentation on the main site ** < http://webperl.zero-g.net > ** :
7-
8- \[ [ Home ] ( https ://webperl.zero-g.net/index.html ) -
9- [ Using WebPerl ] ( https://webperl.zero-g.net/using.html ) -
10- [ Building WebPerl ] ( https://webperl.zero-g.net/building.html ) -
11- [ Wiki ] ( https://github.com/haukex/webperl/wiki ) -
12- [ GitHub ] ( https://github.com/haukex/webperl ) -
13- [ Notes ] ( https://webperl.zero-g.net/notes.html ) -
14- [ Legal ] ( https://webperl.zero-g.net/legal.html ) \]
5+ Welcome to WebPerl!
6+ Please see the documentation on the main site:
7+
8+ ** < http ://webperl.zero-g.net> ** :
9+ [ Using] ( https://webperl.zero-g.net/using.html ) ,
10+ [ Building] ( https://webperl.zero-g.net/building.html ) ,
11+ [ Notes ] ( https://webperl.zero-g.net/notes.html )
12+
13+ As well as the
14+ [ GitHub Wiki ] ( https://github.com/haukex/webperl/wiki ) .
1515
1616
1717Author, Copyright, and License
Original file line number Diff line number Diff line change @@ -382,6 +382,8 @@ sub verify_hostperl {
382382 my $zipfn = $basedir -> file(" $dist .zip" );
383383 my $zip = Archive::Zip-> new();
384384 $zip -> addTree($basedir -> subdir(' web' ).' ' , dir($dist ).' ' );
385+ $zip -> addFile($basedir -> file($_ ).' ' , dir($dist )-> file($_ ).' ' ) for
386+ qw/ README.md LICENSE_artistic.txt LICENSE_gpl.txt / ;
385387 $zip -> writeToFileNamed(" $zipfn " ) == AZ_OK or die " $zipfn write error" ;
386388 say STDERR " # Wrote to $zipfn :" ;
387389 my $unzip = Archive::Zip-> new(" $zipfn " );
You can’t perform that action at this time.
0 commit comments