[Bps-public-commit] r15902 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Sep 11 02:29:14 EDT 2008


Author: sartak
Date: Thu Sep 11 02:29:13 2008
New Revision: 15902

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/t/validation.t

Log:
 r71614 at onn:  sartak | 2008-09-11 02:28:59 -0400
 Fix the metaclass incompatibility bug noticed by hanekomu. Definitely a regression in Moose. :(


Modified: Prophet/trunk/t/validation.t
==============================================================================
--- Prophet/trunk/t/validation.t	(original)
+++ Prophet/trunk/t/validation.t	Thu Sep 11 02:29:13 2008
@@ -1,5 +1,6 @@
 package App::Record;
-use base 'Prophet::Record';
+use Moose;
+extends 'Prophet::Record';
 
 sub validate_prop_point {
     my ( $self, %args ) = @_;



More information about the Bps-public-commit mailing list