diff options
Diffstat (limited to 'ext/Attribute-Handlers/demo/demo.pl')
-rwxr-xr-x | ext/Attribute-Handlers/demo/demo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Attribute-Handlers/demo/demo.pl b/ext/Attribute-Handlers/demo/demo.pl index 7a269e81b5..23c8334c0b 100755 --- a/ext/Attribute-Handlers/demo/demo.pl +++ b/ext/Attribute-Handlers/demo/demo.pl @@ -1,6 +1,6 @@ #! /usr/local/bin/perl -w -use v5.6.0; +use 5.006; use base Demo; my $y : Demo :This($this) = sub : Demo(1,2,3) {}; |