[Bps-public-commit] r16285 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sun Oct 12 17:58:02 EDT 2008
Author: jesse
Date: Sun Oct 12 17:58:02 2008
New Revision: 16285
Modified:
Prophet/trunk/lib/Prophet/Replica.pm
Log:
Added an "after_initialize" hook to Prophet::Replica
Modified: Prophet/trunk/lib/Prophet/Replica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Replica.pm (original)
+++ Prophet/trunk/lib/Prophet/Replica.pm Sun Oct 12 17:58:02 2008
@@ -58,6 +58,12 @@
predicate => 'has_app_handle',
);
+has after_initialize => (
+ is => 'ro',
+ isa => 'CodeRef',
+ default => sub {1 }
+ );
+
our $MERGETICKET_METATYPE = '_merge_tickets';
=head1 NAME
More information about the Bps-public-commit
mailing list