prepared for release.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / AccessorGroup.pm
index 4e42b27..dd99da3 100644 (file)
@@ -122,7 +122,6 @@ sub make_group_wo_accessor {
 
         unless (@_) {
             my $caller = caller;
-            require Carp;
             croak("'$caller' cannot access the value of '$field' on ".
                         "objects of class '$class'");
         }