[Dbix-class] DBIx::Class 0.08009 for testing
Michael Higgins
linux at evolone.org
Mon Jan 21 18:21:10 GMT 2008
On Sun, 20 Jan 2008 13:44:50 +0000 (GMT)
Jess Robinson <castaway at desert-island.me.uk> wrote:
>
> http://desert-island.me.uk:8888/perldists/DBIx-Class-0.08009.tar.gz
>
> Changes:
> - Added Storage::DBI subclass for MSSQL over ODBC.
>
> Please poke this tarball some, so we can put it on CPAN!
Doing my best to be helpful here.
There was another addition to this (mentioned above) that I assumed
would be added in this next release, so I guess I should jump in.
This:
sub build_datetime_parser {
my $self = shift;
my $type = "DateTime::Format::Strptime";
eval "use ${type}";
$self->throw_exception("Couldn't load ${type}: $@") if $@;
return $type->new( pattern => '%Y-%m-%d %T' );
}
... is missing. (Perhaps Marc Mims is the one to contact, as he added
the module, but hasn't, it would seem, committed this other key piece.)
Cheers,
--
|\ /| | | ~ ~
| \/ | |---| `|` ?
| |ichael | |iggins \^ /
michael.higgins[at]evolone[dot]org
More information about the DBIx-Class
mailing list