X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator.pm;h=b0f62a0824fdbd85a34ee6e03f8e02ad12a00b25;hb=3ebe2ce5b1630df3b822f73558562e582fdda50c;hp=918a15a90e113d8823791948a6cfb85d39acb287;hpb=4b5c50b9a631255bd484f1d943f6262f3e218367;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 918a15a..b0f62a0 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -22,9 +22,9 @@ use strict; use vars qw( $VERSION $DEFAULT_SUB $DEBUG $ERROR ); use base 'Class::Base'; -require 5.004; +require 5.005; -$VERSION = '0.09003'; +$VERSION = '0.11006'; $DEBUG = 0 unless defined $DEBUG; $ERROR = ""; @@ -318,6 +318,7 @@ sub data { $data = join '', @$data; } elsif (isa($data, 'GLOB')) { + seek ($data, 0, 0) if eof ($data); local $/; $data = <$data>; } @@ -1267,47 +1268,8 @@ Returns the version of the SQL::Translator release. =head1 AUTHORS -The following people have contributed to the SQLFairy project: - -=over 4 - -=item * Mark Addison - -=item * Sam Angiuoli - -=item * Anders Nor Berle - -=item * Dave Cash - -=item * Darren Chamberlain - -=item * Ken Y. Clark - -=item * Allen Day - -=item * Paul Harrington - -=item * Mikey Melillo - -=item * Chris Mungall - -=item * Ross Smith II - -=item * Gudmundur A. Thorisson - -=item * Chris To - -=item * Jason Williams - -=item * Ying Zhang - -=item * Daniel Ruoso - -=item * Ryan D Johnson - -=item * Jonathan Yu - -=back +See the included AUTHORS file: +L If you would like to contribute to the project, you can send patches to the developers mailing list: