From: Rafael Kitover Date: Mon, 30 Nov 2009 01:21:43 +0000 (+0000) Subject: merge 0.31 X-Git-Tag: v0.32~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=4e251d1a0b63c080957709a10a6ec6a5b6a94769 merge 0.31 --- diff --git a/Changes b/Changes index 6506e84..e98e565 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,9 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema about the important things to know. - Convert Authentication Plugin configuration example to new style. +0.31 Sun Oct 18 18:50:00 BST 2009 + - update for copyright info + 0.30 Sun Oct 18 01:35:36 EDT 2009 - change no sources error to a warning (with a way to turn it off) - write connect_info to Model without a create= option as well diff --git a/lib/Catalyst/Helper/Model/DBIC/Schema.pm b/lib/Catalyst/Helper/Model/DBIC/Schema.pm index b58a093..03f9741 100644 --- a/lib/Catalyst/Helper/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Helper/Model/DBIC/Schema.pm @@ -4,7 +4,8 @@ use namespace::autoclean; use Moose; no warnings 'uninitialized'; -our $VERSION = '0.30'; +our $VERSION = '0.31'; +$VERSION = eval $VERSION; use Carp; use Tie::IxHash (); @@ -567,11 +568,12 @@ L, L =head1 AUTHOR -Brandon L Black, C +See L and +L. -Contributors: +=head1 COPYRIGHT -Rafael Kitover, C +See L. =head1 LICENSE diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index c2d51c7..c022003 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -5,7 +5,7 @@ use mro 'c3'; extends 'Catalyst::Model'; with 'CatalystX::Component::Traits'; -our $VERSION = '0.30'; +our $VERSION = '0.31'; $VERSION = eval $VERSION; use namespace::autoclean; @@ -684,12 +684,22 @@ Brandon L Black C caelum: Rafael Kitover C -Dan Dascalescu C +dandv: Dan Dascalescu C -Aran Deltac C +bluefeet: Aran Deltac C + +t0m: Tomas Doran C + +osfameron: C =head1 COPYRIGHT +Copyright (c) 2006 - 2009 +the Catalyst::Model::DBIC::Schema L and L +as listed above. + +=head1 LICENSE + This program is free software. You can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm index 1387c39..e70de3f 100644 --- a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm +++ b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Caching.pm @@ -110,10 +110,15 @@ L, L =head1 AUTHOR -Rafael Kitover, C +See L and +L. =head1 COPYRIGHT +See L. + +=head1 LICENSE + This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm index 3984ad3..5b38909 100644 --- a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm +++ b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm @@ -128,10 +128,15 @@ L =head1 AUTHOR -Rafael Kitover, C +See L and +L. =head1 COPYRIGHT +See L. + +=head1 LICENSE + This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.