From: Jesse Luehrs Date: Sun, 11 Mar 2012 00:03:47 +0000 (-0600) Subject: no reason for this X-Git-Tag: 2.0500~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=64e6134e71195a2ce6ffa40df64ffd2f0904bcfa no reason for this --- diff --git a/dist.ini b/dist.ini index 290f2cb..8c9e7a8 100644 --- a/dist.ini +++ b/dist.ini @@ -99,7 +99,6 @@ perl = 5.8.3 Test::Fatal = 0.001 Test::More = 0.88 Test::Requires = 0.05 -parent = 0 [Prereqs / DevelopRequires] Algorithm::C3 = 0 diff --git a/t/metaclasses/custom_error_class.t b/t/metaclasses/custom_error_class.t index 9a96f2e..1769cb5 100644 --- a/t/metaclasses/custom_error_class.t +++ b/t/metaclasses/custom_error_class.t @@ -32,7 +32,7 @@ use Test::Requires { { package My::Error; - use parent qw( Moose::Error::Default ); + use base qw( Moose::Error::Default ); sub new { my ( $self, @args ) = @_;