From 2bae1321896ef409a1fbfaa7998207fc8ae8f448 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Wed, 24 May 2017 20:22:54 -0400 Subject: [PATCH] Add perl1 --- plugins/eval.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eval.pm b/plugins/eval.pm index 8c03552..df8daf2 100644 --- a/plugins/eval.pm +++ b/plugins/eval.pm @@ -11,7 +11,7 @@ use strict; no warnings 'void'; -my @versions = ('', qw(4 5.5 5.6 5.8 5.10 5.12 5.14 5.16 5.18 5.20 5.22 5.24 all)); +my @versions = ('', qw(1 4 5.5 5.6 5.8 5.10 5.12 5.14 5.16 5.18 5.20 5.22 5.24 all)); sub new { my( $class ) = @_;