X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=474d964ee86583838a8e5741ddff201be319724d;hb=0c90b924a1f5b081a14a1d4f2fefaa48b9481a9f;hp=f76419d47e00ccf80b9176885bcd65a33fd085f9;hpb=1cf2ad8b03a2b1ad34183905475d1d9afd614aba;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f76419d..474d964 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,18 +27,6 @@ __PACKAGE__->mk_classaccessor( _skip_namespace_frames => '^DBIx::Class|^SQL::Abstract|^Try::Tiny|^Class::Accessor::Grouped|^Context::Preserve|^Moose::Meta::' ); -# FIXME - this is not really necessary, and is in -# fact going to slow things down a bit -# However it is the right thing to do in order to get -# various install bases to highlight their brokenness -# Remove at some unknown point in the future -# -# The oddball BEGIN is there for... reason unknown -# It does make non-segfaulty difference on pre-5.8.5 perls, so shrug -BEGIN { - sub DESTROY { &DBIx::Class::_Util::detected_reinvoked_destructor }; -} - sub component_base_class { 'DBIx::Class' } # *DO NOT* change this URL nor the identically named =head1 below