[Bps-public-commit] r16597 - in Prophet/trunk/lib/Prophet: Replica/svn
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Oct 29 06:52:17 EDT 2008
Author: sunnavy
Date: Wed Oct 29 06:52:09 2008
New Revision: 16597
Modified:
Prophet/trunk/lib/Prophet/CLI.pm
Prophet/trunk/lib/Prophet/CLIContext.pm
Prophet/trunk/lib/Prophet/Replica/svn/Util.pm
Log:
tiny change
Modified: Prophet/trunk/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI.pm Wed Oct 29 06:52:09 2008
@@ -123,6 +123,7 @@
__PACKAGE__->meta->make_immutable;
no Moose;
+no MooseX::ClassAttribute;
1;
Modified: Prophet/trunk/lib/Prophet/CLIContext.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLIContext.pm (original)
+++ Prophet/trunk/lib/Prophet/CLIContext.pm Wed Oct 29 06:52:09 2008
@@ -266,5 +266,6 @@
__PACKAGE__->meta->make_immutable;
no Moose;
+no MooseX::ClassAttribute;
1;
Modified: Prophet/trunk/lib/Prophet/Replica/svn/Util.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Replica/svn/Util.pm (original)
+++ Prophet/trunk/lib/Prophet/Replica/svn/Util.pm Wed Oct 29 06:52:09 2008
@@ -193,5 +193,6 @@
__PACKAGE__->meta->make_immutable;
no Moose;
+no MooseX::ClassAttribute;
1;
More information about the Bps-public-commit
mailing list