Revision history for Perl extension DBIx::Class::Schema::Loader
+0.07005 2011-01-25 23:07:55
- support extra connect_info options like quote_char for dbicdump
- fix breakage on perl 5.8.x related to unloading temporary classes
# 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.07004';
+our $VERSION = '0.07005';
__PACKAGE__->mk_group_accessors('inherited', qw/
_loader_args
use Class::Load 'load_class';
use namespace::clean;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
__PACKAGE__->mk_group_ro_accessors('simple', qw/
schema
use Try::Tiny;
use namespace::clean;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use warnings;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Scalar::Util 'looks_like_number';
use namespace::clean;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use List::Util 'first';
use namespace::clean;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
/;
use Carp::Clan qw/^DBIx::Class/;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
package DBIx::Class::Schema::Loader::DBI::Writing;
use strict;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
# Empty. POD only.
use Carp::Clan qw/^DBIx::Class/;
use mro 'c3';
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
=head1 NAME
use List::MoreUtils 'apply';
use namespace::clean;
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
# Glossary:
#
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Number ();
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
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.07004';
+our $VERSION = '0.07005';
sub _to_PL {
my ($self, $name) = @_;
use Carp::Clan qw/^DBIx::Class/;
use Lingua::EN::Inflect::Phrase ();
-our $VERSION = '0.07004';
+our $VERSION = '0.07005';
sub _normalize_name {
my ($self, $name) = @_;