summaryrefslogtreecommitdiff
path: root/lib/Attribute/Handlers/demo/demo3.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Attribute/Handlers/demo/demo3.pl')
-rwxr-xr-xlib/Attribute/Handlers/demo/demo3.pl16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Attribute/Handlers/demo/demo3.pl b/lib/Attribute/Handlers/demo/demo3.pl
deleted file mode 100755
index 6760fc08ba..0000000000
--- a/lib/Attribute/Handlers/demo/demo3.pl
+++ /dev/null
@@ -1,16 +0,0 @@
-package main;
-use MyClass;
-
-my MyClass $x :Good :Bad(1**1-1) :Omni(vorous);
-
-package SomeOtherClass;
-use base MyClass;
-
-sub tent { 'acle' }
-
-sub w :Ugly(sister) :Omni('po',tent()) {}
-
-my @y :Good :Omni(s/cie/nt/);
-
-my %y :Good(q/bye) :Omni(q/bus/);
-