Added default_value caveat documentation to Ordered.pm
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 68443ea..d698719 100644 (file)
@@ -45,8 +45,6 @@ sub _attr_cache {
 
 1;
 
-my $dhoss_has_commit_bit = 1;
-
 =head1 NAME
 
 DBIx::Class - Extensible and flexible object <-> relational mapper.
@@ -263,6 +261,8 @@ marcus: Marcus Ramberg <mramberg@cpan.org>
 
 mattlaw: Matt Lawrence
 
+michaelr: Michael Reddick <michael.reddick@gmail.com>
+
 ned: Neil de Carteret
 
 nigel: Nigel Metheringham <nigelm@cpan.org>
@@ -293,6 +293,8 @@ ribasushi: Peter Rabbitson <rabbit+dbic@rabbit.us>
 
 rjbs: Ricardo Signes <rjbs@cpan.org>
 
+robkinyon: Rob Kinyon <rkinyon@cpan.org>
+
 sc_: Just Another Perl Hacker
 
 scotty: Scotty Allen <scotty@scottyallen.com>