Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / Attribute / Handlers / demo / demo4.pl
CommitLineData
86530b38
AT
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) { }