[Bps-public-commit] r16465 - Prophet/trunk/t/lib/TestApp

jesse at bestpractical.com jesse at bestpractical.com
Tue Oct 21 21:13:03 EDT 2008


Author: jesse
Date: Tue Oct 21 21:13:02 2008
New Revision: 16465

Modified:
   Prophet/trunk/t/lib/TestApp/Bug.pm

Log:
removed outdated use base

Modified: Prophet/trunk/t/lib/TestApp/Bug.pm
==============================================================================
--- Prophet/trunk/t/lib/TestApp/Bug.pm	(original)
+++ Prophet/trunk/t/lib/TestApp/Bug.pm	Tue Oct 21 21:13:02 2008
@@ -5,8 +5,6 @@
 use Moose;
 extends 'Prophet::Record';
 
-use base qw/Prophet::Record/;
-
 
 sub new { shift->SUPER::new( @_, type => 'bug' ) }
 



More information about the Bps-public-commit mailing list