summaryrefslogtreecommitdiff
path: root/ext/Attribute-Handlers/demo/demo.pl
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-06-10 12:25:48 +0200
committerSteffen Mueller <smueller@cpan.org>2009-06-10 12:25:48 +0200
commit12c541f435c0fde6414e8942d051e05098e0253e (patch)
treebf38209baee143561c409db09b36514f71ee39a0 /ext/Attribute-Handlers/demo/demo.pl
parentaf6a0f9e3d4aacb66f6fd0d20aa527ab7d9a9032 (diff)
downloadperl-12c541f435c0fde6414e8942d051e05098e0253e.tar.gz
Upgrade Attribute::Handlers to 0.84
Diffstat (limited to 'ext/Attribute-Handlers/demo/demo.pl')
-rwxr-xr-xext/Attribute-Handlers/demo/demo.pl2
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) {};