#Perl DBD::Firebird fork progress
Posted by mariuz on 30 Jan 2011 5:21 pm. Filed under Developer News , Tools & Products releases , Worth Reading.
DBD::Firebird is registered in perl cpan’s module list and soon we will upload the first tar.gz release (when is considered stable enough)
Until then the module is hosted in github and can be used and tested :
Stefan has improved the Windows support also fixed many tests , here are some of the commit messages:
Improved support for MinGW, added support for ActivePerl, Removed some obsolete tests, All tests, now use testlib.pl and Test::More (except 60leaks.t)
2 Comments to “#Perl DBD::Firebird fork progress”
Leave a Reply
You must be logged in to post a comment.


(2 votes, average: 4.50 out of 5)
On January 31st, 2011 at 4:45 pm
You are using “open my $t_fh, ‘>’, $test_conf” in Makefile.PL, this line requires Perl 5.6. Considering that Perl 5.6 was released almost 11 years ago, I’d suggest just require 5.6.
mariuz Reply:
January 31st, 2011 at 5:55 pm
Thanks pushed the minimum required version
https://github.com/mariuz/perl-dbd-firebird/commit/3777f0f4effe280faca683b81dbb26f69d8e9e4d
5.8.2 is required by dbi anyway