[Bps-public-commit] r16750 - in Prophet/branches/init-and-clone: .
sartak at bestpractical.com
sartak at bestpractical.com
Fri Nov 7 23:58:50 EST 2008
Author: sartak
Date: Fri Nov 7 23:58:50 2008
New Revision: 16750
Modified:
Prophet/branches/init-and-clone/ (props changed)
Prophet/branches/init-and-clone/lib/Prophet/DatabaseSetting.pm
Log:
r75179 at onn: sartak | 2008-11-07 23:58:30 -0500
We explicitly set label to undef, need to accommodate that in label's type
Modified: Prophet/branches/init-and-clone/lib/Prophet/DatabaseSetting.pm
==============================================================================
--- Prophet/branches/init-and-clone/lib/Prophet/DatabaseSetting.pm (original)
+++ Prophet/branches/init-and-clone/lib/Prophet/DatabaseSetting.pm Fri Nov 7 23:58:50 2008
@@ -10,7 +10,7 @@
);
has label => (
- isa => 'Str',
+ isa => 'Maybe[Str]',
is => 'rw',
);
More information about the Bps-public-commit
mailing list