[Camps-users] Upcoming development session and a proposed way forward

Brian J. Miller brian at endpoint.com
Thu Jan 15 04:05:30 UTC 2009


Just dawned on me that the code I committed relies on a patch to 
MooseX::App::Cmd::Command that I made locally.

40c40,46
<             $configfile = $cfmeta->default if $cfmeta->has_default;
---
 >             my $default = $cfmeta->default if $cfmeta->has_default;
 >             if (ref $default eq 'CODE') {
 >                 $configfile = &$default();
 >             }
 >             else {
 >                 $configfile = $default;
 >             }

The patch matches up with Moose development specs so it should be 
acceptable to the maintainer, but we all know how that goes. I've not 
yet submitted it, but if it looks like we are planning to use 
MooseX::App::Cmd then I will start that process.

-- 
Brian J. Miller
End Point Corp.
brian at endpoint.com



More information about the Camps-users mailing list