From e334c4262d204730348fbc27e287d42d904d4624 Mon Sep 17 00:00:00 2001 From: doy Date: Wed, 15 Apr 2009 19:41:03 -0500 Subject: whitespace --- lib/MooseX/NonMoose.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index 29ab778..55bbbc9 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -36,6 +36,7 @@ sub extends { # no reason to install a new one return if $constructor_class_meta->can('does_role') && $constructor_class_meta->does_role('MooseX::NonMoose::Meta::Role::Constructor'); + # if the constructor we're inheriting is an inlined version of the # default moose constructor, don't do anything either return if $constructor_class_meta->name eq 'Moose::Meta::Method::Constructor'; -- cgit v1.2.3-54-g00ecf