[Bps-public-commit] r12425 - in Prophet/branches/moose: .
sartak at bestpractical.com
sartak at bestpractical.com
Sat May 17 03:57:07 EDT 2008
Author: sartak
Date: Sat May 17 03:57:06 2008
New Revision: 12425
Modified:
Prophet/branches/moose/ (props changed)
Prophet/branches/moose/lib/Prophet/PropChange.pm
Log:
r56126 at onn: sartak | 2008-05-17 03:22:53 -0400
PropChange->new_value can be undef
Modified: Prophet/branches/moose/lib/Prophet/PropChange.pm
==============================================================================
--- Prophet/branches/moose/lib/Prophet/PropChange.pm (original)
+++ Prophet/branches/moose/lib/Prophet/PropChange.pm Sat May 17 03:57:06 2008
@@ -13,7 +13,7 @@
has new_value => (
is => 'rw',
- isa => 'Str',
+ isa => 'Maybe[Str]',
);
=head1 NAME
More information about the Bps-public-commit
mailing list