2008年05月19日15:00 カテゴリLightweight Languages perl - Attribute::Method released as a part of Attribute::Util Hackerthonの成果物、というわけではないのですが、Attribute::Method を Attribute::Util の一部としてリリースしたのでお報せします。 /lang/perl/Attribte-Util/trunk - CodeRepos::Share - Trac Dan Kogai / Attribue-Util - search.cpan.org こういうことが出来ます。 package Lazy; use strict; use warnings; use Attribute::Method qw( $val ); sub new : Method {