diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-06-10 12:25:48 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-06-10 12:25:48 +0200 |
commit | 12c541f435c0fde6414e8942d051e05098e0253e (patch) | |
tree | bf38209baee143561c409db09b36514f71ee39a0 /ext/Attribute-Handlers/demo/demo.pl | |
parent | af6a0f9e3d4aacb66f6fd0d20aa527ab7d9a9032 (diff) | |
download | perl-12c541f435c0fde6414e8942d051e05098e0253e.tar.gz |
Upgrade Attribute::Handlers to 0.84
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) {}; |