Revision history for Perl extension DBIx::Class::Schema::Loader
+0.07006 2011-02-01 02:18:32
- turn unloading of RelBuilder temp classes back on, now with proper
check for class existance using Class::Inspector->loaded
- bump up dep on namespace::clean to avoid breakage with earlier
# 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.07005';
+our $VERSION = '0.07006';
__PACKAGE__->mk_group_accessors('inherited', qw/
_loader_args
use Class::Load 'load_class';
use namespace::clean;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
__PACKAGE__->mk_group_ro_accessors('simple', qw/
schema
use Try::Tiny;
use namespace::clean;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use warnings;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Scalar::Util 'looks_like_number';
use namespace::clean;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use List::Util 'first';
use namespace::clean;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
/;
use Carp::Clan qw/^DBIx::Class/;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
package DBIx::Class::Schema::Loader::DBI::Writing;
use strict;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
# Empty. POD only.
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
=head1 NAME
use List::MoreUtils 'apply';
use namespace::clean;
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
# Glossary:
#
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Number ();
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
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.07005';
+our $VERSION = '0.07006';
sub _to_PL {
my ($self, $name) = @_;
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Phrase ();
-our $VERSION = '0.07005';
+our $VERSION = '0.07006';
sub _normalize_name {
my ($self, $name) = @_;