Update version requirement for perl.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 4 Aug 2019 15:50:09 +0000 (16:50 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 4 Aug 2019 15:50:09 +0000 (16:50 +0100)
I don't think it's worked on perl 5.8 for a long time.

README.md

index c81856f..242bbb3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@
 | [Object Pascal](#object-pascal) | [Joel Martin](https://github.com/kanaka)  |
 | [Objective C](#objective-c) | [Joel Martin](https://github.com/kanaka)  |
 | [OCaml](#ocaml-4010) | [Chris Houser](https://github.com/chouser) |
-| [Perl](#perl-58) | [Joel Martin](https://github.com/kanaka)  |
+| [Perl](#perl-5) | [Joel Martin](https://github.com/kanaka)  |
 | [Perl 6](#perl-6) | [Hinrik Örn Sigurðsson](https://github.com/hinrik) |
 | [PHP](#php-53) | [Joel Martin](https://github.com/kanaka)  |
 | [Picolisp](#picolisp) | [Vasilij Schneidermann](https://github.com/wasamasa) |
@@ -743,7 +743,9 @@ export PATH=`pwd`/node_modules/minimal-lisp/:$PATH
 miniMAL ./stepX_YYY
 ```
 
-### Perl 5.8
+### Perl 5
+
+The Perl 5 implementation should work with perl 5.19.3 and later.
 
 For readline line editing support, install Term::ReadLine::Perl or
 Term::ReadLine::Gnu from CPAN.