[Bps-public-commit] r17614 - Prophet/trunk/lib/Prophet/Replica
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jan 7 14:07:44 EST 2009
Author: jesse
Date: Wed Jan 7 14:07:44 2009
New Revision: 17614
Modified:
Prophet/trunk/lib/Prophet/Replica/prophet.pm
Log:
* moose bandaid to let spang keep working with prophet
Modified: Prophet/trunk/lib/Prophet/Replica/prophet.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Replica/prophet.pm (original)
+++ Prophet/trunk/lib/Prophet/Replica/prophet.pm Wed Jan 7 14:07:44 2009
@@ -1064,7 +1064,7 @@
);
}
-__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(replace_constructor => 1);
no Moose;
1;
More information about the Bps-public-commit
mailing list