X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCDBICompat%2FCopy.pm;h=414cbd66d0d50cfafab02f5a4607e7749ad84bc1;hb=8c1220a47f7c49b4528617197d3e8d66d2e0b386;hp=b11eca8f1d9ff464dcf60095edb4f2ae5a23d11e;hpb=c0494fe173384e4fdde1f165f0670aeb5dc084a8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/CDBICompat/Copy.pm b/lib/DBIx/Class/CDBICompat/Copy.pm index b11eca8..414cbd6 100644 --- a/lib/DBIx/Class/CDBICompat/Copy.pm +++ b/lib/DBIx/Class/CDBICompat/Copy.pm @@ -6,6 +6,21 @@ use warnings; use Carp; +=head1 NAME + +DBIx::Class::CDBICompat::Copy + +=head1 SYNOPSIS + +See DBIx::Class::CDBICompat for directions for use. + +=head1 DESCRIPTION + +Emulates C<copy($new_id)>>. + +=cut + + # CDBI's copy will take an id in addition to a hash ref. sub copy { my($self, $arg) = @_;