Move Attribute::Handlers from lib to ext. The layout in ext is the same as the
[p5sagit/p5-mst-13.2.git] / ext / Attribute-Handlers / demo / demo4.pl
CommitLineData
bf1db891 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) { }