xref: /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl (revision b39c515898423c8d899e35282f4b395f7cad3298)
1use Descriptions;
2
3my $capacity : Name(capacity)
4	     : Purpose(to store max storage capacity for files)
5	     : Unit(Gb);
6
7package Other;
8
9sub foo : Purpose(to foo all data before barring it) { }
10