X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=0a0875c4ac37133d68e272b80426f11dee6a95bd;hb=dc783fab900d073db1fb0e86b709cbb65bd364b7;hp=5411f8090c2d50ec9081f5452fd1d7f44e010d73;hpb=ecf22f0ae0e0f639c0fc8dad9529a66b9374bfbd;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 5411f80..0a0875c 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -16,7 +16,7 @@ use namespace::clean; # 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 -our $VERSION = '0.07042'; +our $VERSION = '0.07045'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -611,84 +611,83 @@ Based on L by Sebastian Riedel Based upon the work of IKEBE Tomohiro -=head1 AUTHOR +=head1 AUTHORS -blblack: Brandon Black +Caelum: Rafael Kitover -=head1 CONTRIBUTORS +Dag-Erling Smørgrav -ilmari: Dagfinn Ilmari MannsEker +Matias E. Fernandez -arcanez: Justin Hunter +SineSwiper: Brendan Byrd -ash: Ash Berlin +TSUNODA Kazuya -btilly: Ben Tilly +acmoore: Andrew Moore -Caelum: Rafael Kitover +alnewkirk: Al Newkirk -TSUNODA Kazuya +andrewalker: André Walker -rbo: Robert Bohne +angelixd: Paul C. Mantz -ribasushi: Peter Rabbitson +arcanez: Justin Hunter -gugu: Andrey Kostenko +ash: Ash Berlin -jhannah: Jay Hannah +blblack: Brandon Black -jnap: John Napiorkowski +bphillips: Brian Phillips -rbuels: Robert Buels +btilly: Ben Tilly -timbunce: Tim Bunce +domm: Thomas Klausner -mst: Matt S. Trout +gugu: Andrey Kostenko -mstratman: Mark A. Stratman +hobbs: Andrew Rodland -kane: Jos Boumans +ilmari: Dagfinn Ilmari MannsEker -waawaamilk: Nigel McNie +jhannah: Jay Hannah -acmoore: Andrew Moore +jnap: John Napiorkowski -bphillips: Brian Phillips +kane: Jos Boumans -schwern: Michael G. Schwern +mattp: Matt Phillips -SineSwiper: Brendan Byrd +mephinet: Philipp Gortan -hobbs: Andrew Rodland +moritz: Moritz Lenz -domm: Thomas Klausner +mst: Matt S. Trout -spb: Stephen Bennett +mstratman: Mark A. Stratman -Matias E. Fernandez +oalders: Olaf Alders -alnewkirk: Al Newkirk +rbo: Robert Bohne -angelixd: Paul C. Mantz +rbuels: Robert Buels -andrewalker: André Walker +ribasushi: Peter Rabbitson -mattp: Matt Phillips +schwern: Michael G. Schwern -Dag-Erling Smørgrav +spb: Stephen Bennett -moritz: Moritz Lenz +timbunce: Tim Bunce -oalders: Olaf Alders +waawaamilk: Nigel McNie ... and lots of other folks. If we forgot you, please write the current maintainer or RT. =head1 COPYRIGHT & LICENSE -Copyright (c) 2006 - 2009 by the aforementioned -L and -L. +Copyright (c) 2006 - 2015 by the aforementioned +L. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.