From f71685d586c2a4ba85054b4f638ce743bb8fc20e Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 8 Nov 2018 15:15:20 +0100 Subject: [PATCH] Updated version numbers --- democode/perleditor.html | 2 -- index.md | 8 ++++---- using.md | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/democode/perleditor.html b/democode/perleditor.html index 6bfd47c..f1e3bf5 100644 --- a/democode/perleditor.html +++ b/democode/perleditor.html @@ -58,10 +58,8 @@ function makeCM (textarea,plain,ro) { function runnerState (text) { $('#runnerstate').text( text - /* not available until WebPerl v0.09-beta: + (lastExitStatus ? ' (last exit status was '+lastExitStatus+')' : '') ); - */ ); } function updateButtonState () { diff --git a/index.md b/index.md index dc9c7b2..64367d0 100644 --- a/index.md +++ b/index.md @@ -33,7 +33,7 @@ js('document')->getElementById('my_button') ``` -- [**Download `webperl_prebuilt_v0.07-beta.zip`**](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip) +- [**Download `webperl_prebuilt_v0.09-beta.zip`**](https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip) - [**Get the sources on GitHub**](https://github.com/haukex/webperl) For web applications written with WebPerl, see: @@ -52,9 +52,9 @@ Quick Start - In a shell: - $ wget https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip - $ unzip webperl_prebuilt_v0.07-beta.zip - $ cd webperl_prebuilt_v0.07-beta + $ wget https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip + $ unzip webperl_prebuilt_v0.09-beta.zip + $ cd webperl_prebuilt_v0.09-beta $ plackup webperl.psgi HTTP::Server::PSGI: Accepting connections at http://0:5000/ diff --git a/using.md b/using.md index f623ae4..05e2281 100644 --- a/using.md +++ b/using.md @@ -36,7 +36,7 @@ If you plan on building WebPerl, for example if you'd like to add more CPAN modules, then head on over to [Building WebPerl](building.html). Otherwise, if you'd just like to get started quickly and work with the prebuilt WebPerl (includes many of the Perl core modules plus a couple extras), then download -[`webperl_prebuilt_v0.07-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip) +[`webperl_prebuilt_v0.09-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip) and unpack it. This ZIP file includes the contents of the [`web`](https://github.com/haukex/webperl/tree/master/web) directory of the source code, as well as the build products `emperl.*` (currently three files).