X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCursor.pm;h=95cbe557aca7591da353f030e6924273fe7670e5;hb=953f8eb062bd84ffcb5b59d9a0d27d1db55f3927;hp=2031ac4994159af70f1ece2004563b974a322010;hpb=c564f8c36d35c7835200ddc32fc74849e5678779;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Cursor.pm b/lib/DBIx/Class/Cursor.pm index 2031ac4..95cbe55 100644 --- a/lib/DBIx/Class/Cursor.pm +++ b/lib/DBIx/Class/Cursor.pm @@ -81,4 +81,17 @@ sub all { return @all; } +=head1 FURTHER QUESTIONS? + +Check the list of L. + +=head1 COPYRIGHT AND LICENSE + +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. + +=cut + 1;