[Bps-public-commit] r16713 - in sd/branches/init-and-clone: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Nov 6 11:49:42 EST 2008
Author: sartak
Date: Thu Nov 6 11:49:42 2008
New Revision: 16713
Modified:
sd/branches/init-and-clone/ (props changed)
sd/branches/init-and-clone/lib/App/SD.pm
Log:
r75123 at onn: sartak | 2008-11-06 11:49:34 -0500
Syntax problem: Perl drops the + and so Moose never sees it. Need to quote the "+config"
Modified: sd/branches/init-and-clone/lib/App/SD.pm
==============================================================================
--- sd/branches/init-and-clone/lib/App/SD.pm (original)
+++ sd/branches/init-and-clone/lib/App/SD.pm Thu Nov 6 11:49:42 2008
@@ -5,7 +5,7 @@
extends 'Prophet::App';
our $VERSION = '0.01';
-has +config => (
+has '+config' => (
default => sub {
my $self = shift;
return App::SD::Config->new(app_handle => $self);
More information about the Bps-public-commit
mailing list