X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker%2FOracleJoins.pm;h=fe9bd072cb7299ced39dbf1a2ee65645484bac38;hb=a2bd379666d729133d65c85dc775627937084b18;hp=44f4b08ab7e4d5011b6537192da3d248ca3cf2ce;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/SQLMaker/OracleJoins.pm b/lib/DBIx/Class/SQLMaker/OracleJoins.pm index 44f4b08..fe9bd07 100644 --- a/lib/DBIx/Class/SQLMaker/OracleJoins.pm +++ b/lib/DBIx/Class/SQLMaker/OracleJoins.pm @@ -107,7 +107,7 @@ sub _recurse_oracle_joins { 1; -=pod +__END__ =head1 NAME @@ -165,17 +165,13 @@ Does not support full outer joins (however neither really does DBIC itself) =back -=head1 AUTHOR +=head1 FURTHER QUESTIONS? -Justin Wheeler C<< >> +Check the list of L. -=head1 CONTRIBUTORS - -David Jack Olrik C<< >> - -=head1 LICENSE - -This module is licensed under the same terms as Perl itself. - -=cut +=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.