X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=276eb946ce6aede6890633868e6779970237df01;hb=a06e1181d0b38b5f052a9da4bc11578ae44285bc;hp=2723dd83f43a3f6db9f42ccaa2f1277523b41902;hpb=48fe4f4d95665cfad7891a852558c5a1a82247c8;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 2723dd8..276eb94 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -6,6 +6,8 @@ use warnings; use MRO::Compat; use mro 'c3'; +use DBIx::Class::Optional::Dependencies; + use vars qw($VERSION); use base qw/DBIx::Class::Componentised Class::Accessor::Grouped/; use DBIx::Class::StartupCheck; @@ -25,7 +27,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.08117_01'; +$VERSION = '0.08119_1'; $VERSION = eval $VERSION; # numify for warning-free dev releases @@ -54,13 +56,20 @@ DBIx::Class - Extensible and flexible object <-> relational mapper. The community can be found via: - Mailing list: http://lists.scsys.co.uk/mailman/listinfo/dbix-class/ +=over + +=item * IRC: L + +=item * Mailing list: L + +=item * RT Bug Tracker: L - SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ +=item * SVNWeb: L - SVNWeb: http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/ +=item * SVN: L - IRC: irc.perl.org#dbix-class +=back =head1 SYNOPSIS @@ -245,6 +254,8 @@ da5id: David Jack Olrik debolaz: Anders Nor Berle +dew: Dan Thomas + dkubb: Dan Kubb dnm: Justin Wheeler @@ -255,6 +266,8 @@ dyfrgi: Michael Leuchtenburg frew: Arthur Axel "fREW" Schmidt +goraxe: Gordon Irving + gphat: Cory G Watson groditi: Guillermo Roditi @@ -297,6 +310,8 @@ Nniuq: Ron "Quinn" Straight" norbi: Norbert Buchmuller +nuba: Nuba Princigalli + Numa: Dan Sully ovid: Curtis "Ovid" Poe @@ -365,7 +380,7 @@ zamolxes: Bogdan Lucaciu =head1 COPYRIGHT -Copyright (c) 2005 - 2009 the DBIx::Class L and L +Copyright (c) 2005 - 2010 the DBIx::Class L and L as listed above. =head1 LICENSE