X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=6f0cb12123ae8d7da884c79fd1d13940d80bc752;hb=b339d2ef4c3eb1be34d4995c6334d88107d4a59c;hp=a6964fdffbc054ad3aace061f4668c462d94ddaa;hpb=cb32addcb52096b251934c9e6163f1887aaca555;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a6964fd..6f0cb12 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.082700_06'; +$VERSION = '0.082899_01'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -25,7 +25,14 @@ use DBIx::Class::StartupCheck; use DBIx::Class::Exception; __PACKAGE__->mk_group_accessors(inherited => '_skip_namespace_frames'); -__PACKAGE__->_skip_namespace_frames('^DBIx::Class|^SQL::Abstract|^Try::Tiny|^Class::Accessor::Grouped|^Context::Preserve'); +__PACKAGE__->_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 +sub DESTROY { &DBIx::Class::_Util::detected_reinvoked_destructor } sub mk_classdata { shift->mk_classaccessor(@_); @@ -306,13 +313,13 @@ The fine folks nudging the project in a particular direction: =over -ribasushi: Peter Rabbitson +B: Peter Rabbitson (present day maintenance and controlled evolution) -castaway: Jess Robinson +B: Jess Robinson (lions share of the reference documentation and manuals) -mst: Matt S Trout (project founder - +B: Matt S Trout (project founder - original idea, architecture and implementation) =back