[Bast-commits] r6315 - DBIx-Class/0.08/trunk/lib/DBIx
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Mon May 18 23:10:21 GMT 2009
Author: frew
Date: 2009-05-18 23:10:20 +0000 (Mon, 18 May 2009)
New Revision: 6315
Modified:
DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
I contributed!
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2009-05-18 21:57:41 UTC (rev 6314)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2009-05-18 23:10:20 UTC (rev 6315)
@@ -8,13 +8,13 @@
use DBIx::Class::StartupCheck;
-sub mk_classdata {
+sub mk_classdata {
shift->mk_classaccessor(@_);
}
sub mk_classaccessor {
my $self = shift;
- $self->mk_group_accessors('inherited', $_[0]);
+ $self->mk_group_accessors('inherited', $_[0]);
$self->set_inherited(@_) if @_ > 1;
}
@@ -239,6 +239,8 @@
dyfrgi: Michael Leuchtenburg <michael at slashhome.org>
+frew: Arthur Axel "fREW" Schmidt <frioux at gmail.com>
+
gphat: Cory G Watson <gphat at cpan.org>
groditi: Guillermo Roditi <groditi at cpan.org>
More information about the Bast-commits
mailing list