Skip to content

Commit 6e4cc6b

Browse files
committed
Updated Readme and added it to release
1 parent 8733c25 commit 6e4cc6b

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
WebPerl
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

1717
Author, Copyright, and License

build/build.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)