X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase.pm;h=4631117e16dad591639e39444ce8eea646d79d25;hp=79a449e06ffd2b3b6661be0674a1adc2c0e0d7b0;hb=a2bd379666d729133d65c85dc775627937084b18;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1 diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index 79a449e..4631117 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -131,14 +131,18 @@ sub _using_freetds_version { return $inf =~ /v([0-9\.]+)/ ? $1 : 0; } -1; - -=head1 AUTHORS +=head1 FURTHER QUESTIONS? -See L. +Check the list of L. -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE -You may distribute this code under the same terms as Perl itself. +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; +