From ccb6cf33d33e58eef1937253be5c470f9449354a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 13:29:19 -0600 Subject: make constructor injections just use the tc also provide the 'service' key to override creating a service --- t/33-constructor-name.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/33-constructor-name.t') diff --git a/t/33-constructor-name.t b/t/33-constructor-name.t index ef46338..abe367d 100644 --- a/t/33-constructor-name.t +++ b/t/33-constructor-name.t @@ -18,7 +18,6 @@ use Test::Moose; has bar => ( is => 'ro', isa => 'Bar', - class => 'Bar', constructor_name => 'create', ); } -- cgit v1.2.3-54-g00ecf