Revision history for Perl extension DBIx::Class::Schema::Loader
+0.07002 2010-09-11 01:48:00
- Properly detect a schema loaded with use_moose on subsequent
reloads
- Die with a sensible message when a schema loaded with
only on DB2 v9)
- Fix dangerous invocation of ->meta on classes during upgrade
(may be *non* moosified and contain a user-defined meta() )
+ - Multiple test cleanups and refactorings
0.07001 2010-07-24 21:28:08
- put is_deferrable => 1 back into default attributes for belongs_to
# 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.07001';
+our $VERSION = '0.07002';
__PACKAGE__->mk_group_accessors('inherited', qw/
_loader_args
use DBIx::Class ();
use namespace::clean;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
__PACKAGE__->mk_group_ro_accessors('simple', qw/
schema
use mro 'c3';
use Carp::Clan qw/^DBIx::Class/;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use warnings;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Scalar::Util 'looks_like_number';
use namespace::clean;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use List::Util 'first';
use namespace::clean;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
/;
use Carp::Clan qw/^DBIx::Class/;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
package DBIx::Class::Schema::Loader::DBI::Writing;
use strict;
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
# Empty. POD only.
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Lingua::EN::Inflect::Phrase ();
use DBIx::Class::Schema::Loader::Utils 'split_name';
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Number ();
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
sub _relnames_and_method {
my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_;
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Number ();
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
sub _to_PL {
my ($self, $name) = @_;
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Phrase ();
-our $VERSION = '0.07001';
+our $VERSION = '0.07002';
sub _normalize_name {
my ($self, $name) = @_;