Subject: | arrayref terser syntax yet |
Date: | Wed, 28 Mar 2012 15:46:40 -0500 |
To: | bugs-bread-board [...] rt.cpan.org |
From: | Caleb Cushing <xenoterracide [...] gmail.com> |
dependencies => {
email => depends_on('email'),
domain => depends_on('domain'),
city => depends_on('city'),
state => depends_on('state'),
organization => depends_on('organization'),
organizational_unit => depends_on('organizational_unit'),
},
),
this seems quite verbose, could we maybe get an arrayref syntax that
makes this more implicit
dependencies => [ qw( email domain city state ) ... ], could imply the above
--
Caleb Cushing
http://xenoterracide.com