summaryrefslogtreecommitdiff
path: root/lib/Attribute/Handlers/demo/demo4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Attribute/Handlers/demo/demo4.pl')
-rwxr-xr-xlib/Attribute/Handlers/demo/demo4.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Attribute/Handlers/demo/demo4.pl b/lib/Attribute/Handlers/demo/demo4.pl
deleted file mode 100755
index 22d9fd983b..0000000000
--- a/lib/Attribute/Handlers/demo/demo4.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-use Descriptions;
-
-my $capacity : Name(capacity)
- : Purpose(to store max storage capacity for files)
- : Unit(Gb);
-
-package Other;
-
-sub foo : Purpose(to foo all data before barring it) { }