Hello community,

here is the log from the commit of package perl-DBIx-Class-Schema-Loader for 
openSUSE:Factory checked in at 2017-06-01 16:33:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBIx-Class-Schema-Loader"

Thu Jun  1 16:33:12 2017 rev:5 rq:499781 version:0.07047

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader/perl-DBIx-Class-Schema-Loader.changes
      2016-09-11 00:55:32.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new/perl-DBIx-Class-Schema-Loader.changes
 2017-06-01 16:33:16.150595377 +0200
@@ -1,0 +2,13 @@
+Sat May 27 05:23:31 UTC 2017 - [email protected]
+
+- updated to 0.07047
+   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
+
+  0.07047  2017-05-26
+          - Avoid upcoming DBIC warning on implicit SELECT * invocation
+            (RT#118178)
+          - Improve moniker_map and col_accessor_map coderef documentation 
(GH#7)
+          - Improve exclude and constraint documentation (GH#12)
+          - Fix running Makefile.PL without '.' in @INC (RT#121905)
+
+-------------------------------------------------------------------

Old:
----
  DBIx-Class-Schema-Loader-0.07046.tar.gz

New:
----
  DBIx-Class-Schema-Loader-0.07047.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBIx-Class-Schema-Loader.spec ++++++
--- /var/tmp/diff_new_pack.8LXhcu/_old  2017-06-01 16:33:16.858495518 +0200
+++ /var/tmp/diff_new_pack.8LXhcu/_new  2017-06-01 16:33:16.862494953 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-Schema-Loader
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           perl-DBIx-Class-Schema-Loader
-Version:        0.07046
+Version:        0.07047
 Release:        0
 %define cpan_name DBIx-Class-Schema-Loader
 Summary:        Create a DBIx::Class::Schema based on a database
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
-Source0:        
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ DBIx-Class-Schema-Loader-0.07046.tar.gz -> 
DBIx-Class-Schema-Loader-0.07047.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-Schema-Loader-0.07046/Changes 
new/DBIx-Class-Schema-Loader-0.07047/Changes
--- old/DBIx-Class-Schema-Loader-0.07046/Changes        2016-09-05 
13:36:22.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/Changes        2017-05-26 
16:57:38.000000000 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.07047  2017-05-26
+        - Avoid upcoming DBIC warning on implicit SELECT * invocation
+          (RT#118178)
+        - Improve moniker_map and col_accessor_map coderef documentation (GH#7)
+        - Improve exclude and constraint documentation (GH#12)
+        - Fix running Makefile.PL without '.' in @INC (RT#121905)
+
 0.07046  2016-09-05
         - Introspect view definitions for PostgreSQL, MySQL, Oracle,
           Firebird, and InterBase.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-Schema-Loader-0.07046/META.yml 
new/DBIx-Class-Schema-Loader-0.07047/META.yml
--- old/DBIx-Class-Schema-Loader-0.07046/META.yml       2016-09-05 
14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/META.yml       2017-05-26 
16:58:57.000000000 +0200
@@ -17,7 +17,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.16'
+generated_by: 'Module::Install version 1.17'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -56,4 +56,4 @@
   MailingList: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
   license: http://dev.perl.org/licenses/
   repository: https://github.com/dbsrgits/dbix-class-schema-loader
-version: '0.07046'
+version: '0.07047'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBIx-Class-Schema-Loader-0.07046/Makefile.PL 
new/DBIx-Class-Schema-Loader-0.07047/Makefile.PL
--- old/DBIx-Class-Schema-Loader-0.07046/Makefile.PL    2016-06-27 
13:54:40.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/Makefile.PL    2017-04-10 
15:34:15.000000000 +0200
@@ -2,6 +2,7 @@
 use strict;
 
 use 5.008001;
+use lib '.';
 use inc::Module::Install 1.00;
 
 use Getopt::Long();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/AutoInstall.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/AutoInstall.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/AutoInstall.pm      
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/AutoInstall.pm      
2017-05-26 16:58:56.000000000 +0200
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
 }
 
 # special map on pre-defined feature sets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/AutoInstall.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/AutoInstall.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/AutoInstall.pm      
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/AutoInstall.pm      
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Base.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Base.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Base.pm     
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Base.pm     
2017-05-26 16:58:56.000000000 +0200
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
 }
 
 # Suspend handler for "redefined" warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Can.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Can.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Can.pm      
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Can.pm      
2017-05-26 16:58:56.000000000 +0200
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
@@ -121,6 +121,15 @@
 # Can we locate a (the) C compiler
 sub can_cc {
        my $self   = shift;
+
+       if ($^O eq 'VMS') {
+               require ExtUtils::CBuilder;
+               my $builder = ExtUtils::CBuilder->new(
+               quiet => 1,
+               );
+               return $builder->have_compiler;
+       }
+
        my @chunks = split(/ /, $Config::Config{cc}) or return;
 
        # $Config{cc} may contain args; try to find out the program part
@@ -151,4 +160,4 @@
 
 __END__
 
-#line 236
+#line 245
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Fetch.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Fetch.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Fetch.pm    
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Fetch.pm    
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Include.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Include.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Include.pm  
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Include.pm  
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Makefile.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Makefile.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Makefile.pm 
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Makefile.pm 
2017-05-26 16:58:56.000000000 +0200
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Metadata.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Metadata.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Metadata.pm 
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Metadata.pm 
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Scripts.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Scripts.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Scripts.pm  
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Scripts.pm  
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Win32.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Win32.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/Win32.pm    
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/Win32.pm    
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/WriteAll.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/WriteAll.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install/WriteAll.pm 
2016-09-05 14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install/WriteAll.pm 
2017-05-26 16:58:56.000000000 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.16';
+       $VERSION = '1.17';
        @ISA     = qw{Module::Install::Base};
        $ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install.pm 
new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install.pm
--- old/DBIx-Class-Schema-Loader-0.07046/inc/Module/Install.pm  2016-09-05 
14:07:46.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/inc/Module/Install.pm  2017-05-26 
16:58:56.000000000 +0200
@@ -31,7 +31,7 @@
        # This is not enforced yet, but will be some time in the next few
        # releases once we can make sure it won't clash with custom
        # Module::Install extensions.
-       $VERSION = '1.16';
+       $VERSION = '1.17';
 
        # Storage for the pseudo-singleton
        $MAIN    = undef;
@@ -244,6 +244,8 @@
        }
        return $args{_self} if $args{_self};
 
+       $base_path = VMS::Filespec::unixify($base_path) if $^O eq 'VMS';
+
        $args{dispatch} ||= 'Admin';
        $args{prefix}   ||= 'inc';
        $args{author}   ||= ($^O eq 'VMS' ? '_author' : '.author');
@@ -322,7 +324,7 @@
        my ($self, $path) = @_;
 
        my @found;
-       File::Find::find( sub {
+       File::Find::find( {no_chdir => 1, wanted => sub {
                my $file = $File::Find::name;
                return unless $file =~ m!^\Q$path\E/(.+)\.pm\Z!is;
                my $subpath = $1;
@@ -336,7 +338,7 @@
                # correctly.  Otherwise, root through the file to locate the 
case-preserved
                # version of the package name.
                if ( $subpath eq lc($subpath) || $subpath eq uc($subpath) ) {
-                       my $content = Module::Install::_read($subpath . '.pm');
+                       my $content = Module::Install::_read($File::Find::name);
                        my $in_pod  = 0;
                        foreach ( split /\n/, $content ) {
                                $in_pod = 1 if /^=\w/;
@@ -351,7 +353,7 @@
                }
 
                push @found, [ $file, $pkg ];
-       }, $path ) if -d $path;
+       }}, $path ) if -d $path;
 
        @found;
 }
@@ -373,8 +375,6 @@
        return $call;
 }
 
-# Done in evals to avoid confusing Perl::MinimumVersion
-eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
 sub _read {
        local *FH;
        open( FH, '<', $_[0] ) or die "open($_[0]): $!";
@@ -383,16 +383,6 @@
        close FH or die "close($_[0]): $!";
        return $string;
 }
-END_NEW
-sub _read {
-       local *FH;
-       open( FH, "< $_[0]"  ) or die "open($_[0]): $!";
-       binmode FH;
-       my $string = do { local $/; <FH> };
-       close FH or die "close($_[0]): $!";
-       return $string;
-}
-END_OLD
 
 sub _readperl {
        my $string = Module::Install::_read($_[0]);
@@ -413,8 +403,6 @@
        return $string;
 }
 
-# Done in evals to avoid confusing Perl::MinimumVersion
-eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
 sub _write {
        local *FH;
        open( FH, '>', $_[0] ) or die "open($_[0]): $!";
@@ -424,17 +412,6 @@
        }
        close FH or die "close($_[0]): $!";
 }
-END_NEW
-sub _write {
-       local *FH;
-       open( FH, "> $_[0]"  ) or die "open($_[0]): $!";
-       binmode FH;
-       foreach ( 1 .. $#_ ) {
-               print FH $_[$_] or die "print($_[0]): $!";
-       }
-       close FH or die "close($_[0]): $!";
-}
-END_OLD
 
 # _version is for processing module versions (eg, 1.03_05) not
 # Perl versions (eg, 5.8.1).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/Base.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/Base.pm
--- old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/Base.pm   
2016-09-05 13:33:20.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/Base.pm   
2017-05-26 16:57:38.000000000 +0200
@@ -30,7 +30,7 @@
 use File::Temp 'tempfile';
 use namespace::clean;
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 __PACKAGE__->mk_group_ro_accessors('simple', qw/
                                 schema
@@ -412,15 +412,15 @@
 to off.
 
 Can also be a coderef, for more precise control, in which case the coderef gets
-this hash of parameters (as a list:)
+this hash of parameters (as a list):
 
     rel_name        # the name of the relationship
     rel_type        # the type of the relationship: 'belongs_to', 'has_many' 
or 'might_have'
     local_source    # the DBIx::Class::ResultSource object for the source the 
rel is *from*
     remote_source   # the DBIx::Class::ResultSource object for the source the 
rel is *to*
-    local_table     # a DBIx::Class::Schema::Loader::Table object for the 
table of the source the rel is from
+    local_table     # the DBIx::Class::Schema::Loader::Table object for the 
table of the source the rel is from
     local_cols      # an arrayref of column names of columns used in the rel 
in the source it is from
-    remote_table    # a DBIx::Class::Schema::Loader::Table object for the 
table of the source the rel is to
+    remote_table    # the DBIx::Class::Schema::Loader::Table object for the 
table of the source the rel is to
     remote_cols     # an arrayref of column names of columns used in the rel 
in the source it is to
     attrs           # the attributes that would be set
 
@@ -561,10 +561,6 @@
 
 Only load matching tables.
 
-=head2 exclude
-
-Exclude matching tables.
-
 These can be specified either as a regex (preferably on the C<qr//>
 form), or as an arrayref of arrayrefs.  Regexes are matched against
 the (unqualified) table name, while arrayrefs are matched according to
@@ -582,6 +578,13 @@
 In this case only the tables C<foo> and C<bar> in C<some_schema> and
 C<baz> in C<other_schema> will be dumped.
 
+=head2 exclude
+
+Exclude matching tables.
+
+The tables to exclude are specified in the same way as for the
+L</constraint> option.
+
 =head2 moniker_map
 
 Overrides the default table name to moniker translation. Either
@@ -610,14 +613,27 @@
 
 =item *
 
-a coderef for a translator function taking a L<table
-object|DBIx::Class::Schema::Loader::Table> argument (which stringifies to the
-unqualified table name) and returning a scalar moniker
-
-The function is also passed a coderef that can be called with either
-of the hashref forms to get the moniker mapped accordingly.  This is
-useful if you need to handle some monikers specially, but want to use
-the hashref form for the rest.
+a coderef that returns the moniker, which is called with the following
+arguments:
+
+=over
+
+=item *
+
+the L<DBIx::Class::Schema::Loader::Table> object for the table
+
+=item *
+
+the default moniker that DBIC would ordinarily give this table
+
+=item *
+
+a coderef that can be called with either of the hashref forms to get
+the moniker mapped accordingly.  This is useful if you need to handle
+some monikers specially, but want to use the hashref form for the
+rest.
+
+=back
 
 =back
 
@@ -640,7 +656,7 @@
 
 Map for overriding the monikerization of individual L</moniker_parts>.
 The keys are the moniker part to override, the value is either a
-hashref of coderef for mapping the corresponding part of the
+hashref or coderef for mapping the corresponding part of the
 moniker. If a coderef is used, it gets called with the moniker part
 and the hash key the code ref was found under.
 
@@ -661,23 +677,36 @@
 Same as moniker_map, but for column accessor names.  The nested
 hashref form is traversed according to L</moniker_parts>, with an
 extra level at the bottom for the column name.  If a coderef is
-passed, the code is called with arguments of
+passed, the code is called with the following arguments:
+
+=over
+
+=item *
+
+the L<DBIx::Class::Schema::Loader::Column> object for the column
+
+=item *
+
+the default accessor name that DBICSL would ordinarily give this column
+
+=item *
+
+a hashref of this form:
 
-    the DBIx::Class::Schema::Loader::Column object for the column,
-    default accessor name that DBICSL would ordinarily give this column,
     {
         table_class     => name of the DBIC class we are building,
         table_moniker   => calculated moniker for this table (after 
moniker_map if present),
-        table           => table object of interface 
DBIx::Class::Schema::Loader::Table,
+        table           => the DBIx::Class::Schema::Loader::Table object for 
the table,
         full_table_name => schema-qualified name of the database table (RDBMS 
specific),
         schema_class    => name of the schema class we are building,
         column_info     => hashref of column info (data_type, is_nullable, 
etc),
     }
-    coderef ref that can be called with a hashref map
 
-The L<column|DBIx::Class::Schema::Loader::Column> and
-L<table|DBIx::Class::Schema::Loader::Table> objects stringify to their
-unqualified names.
+=item *
+
+a coderef that can be called with a hashref map
+
+=back
 
 =head2 rel_name_map
 
@@ -713,9 +742,9 @@
         remote_moniker => moniker of the DBIC class we are related to,
         remote_columns => columns in the other table in the relationship,
         # for type => "many_to_many" only:
-        link_class     => name of the DBIC class for the link table
-        link_moniker   => moniker of the DBIC class for the link table
-        link_rel_name  => name of the relationship to the link table
+        link_class     => name of the DBIC class for the link table,
+        link_moniker   => moniker of the DBIC class for the link table,
+        link_rel_name  => name of the relationship to the link table,
     }
 
 In addition it is passed a coderef that can be called with a hashref map.
@@ -882,8 +911,8 @@
 
 Must be a coderef that returns a hashref with the extra attributes.
 
-Receives the L<table object|DBIx::Class::Schema::Loader::Table> (which
-stringifies to the unqualified table name), column name and column_info.
+Receives the L<DBIx::Class::Schema::Loader::Table> object, column name
+and column_info.
 
 For example:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm
 2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm
 2017-05-26 16:57:38.000000000 +0200
@@ -10,7 +10,7 @@
 use Try::Tiny;
 use namespace::clean;
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm
   2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm
   2017-05-26 16:57:38.000000000 +0200
@@ -11,7 +11,7 @@
 
 use namespace::clean;
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm    
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm    
    2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
    2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm    
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/DB2.pm    
    2017-05-26 16:57:38.000000000 +0200
@@ -13,7 +13,7 @@
 
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm
   2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Firebird.pm
   2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base qw/DBIx::Class::Schema::Loader::DBI::InterBase/;
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
   2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Informix.pm
   2017-05-26 16:57:38.000000000 +0200
@@ -10,7 +10,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table::Informix ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm
  2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/InterBase.pm
  2017-05-26 16:57:38.000000000 +0200
@@ -9,7 +9,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 sub _supports_db_schema { 0 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm  
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/MSSQL.pm  
    2017-05-26 16:57:38.000000000 +0200
@@ -10,7 +10,7 @@
 
 use DBIx::Class::Schema::Loader::Table::Sybase ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 __PACKAGE__->mk_group_accessors('simple', qw/
     __ado_connection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm
      2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Firebird.pm
      2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 /;
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
  2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
  2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 /;
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
  2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC/SQL_Anywhere.pm
  2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 /;
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm   
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm   
    2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm 
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm 
    2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 use DBIx::Class::Schema::Loader::Utils qw/sigwarn_silencer/;
 use namespace::clean;
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
--- old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm 
2016-09-05 13:33:20.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Pg.pm 
2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI::Component::QuotedDefault';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/SQLAnywhere.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm 
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm 
    2017-05-26 16:57:38.000000000 +0200
@@ -6,7 +6,7 @@
 use mro 'c3';
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm
      2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Common.pm
      2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Microsoft_SQL_Server.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Microsoft_SQL_Server.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Microsoft_SQL_Server.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase/Microsoft_SQL_Server.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::DBI::MSSQL';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm 
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm 
    2017-05-26 16:57:38.000000000 +0200
@@ -9,7 +9,7 @@
 
 use DBIx::Class::Schema::Loader::Table::Sybase ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
    2017-05-26 16:57:38.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 # Empty. POD only.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm  
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI/mysql.pm  
    2017-05-26 16:57:38.000000000 +0200
@@ -12,7 +12,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 =head1 NAME
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI.pm
--- old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/DBI.pm    
2016-09-05 13:33:20.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/DBI.pm    
2017-05-26 16:57:38.000000000 +0200
@@ -10,7 +10,7 @@
 use namespace::clean;
 use DBIx::Class::Schema::Loader::Table ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 __PACKAGE__->mk_group_accessors('simple', qw/
     _disable_pk_detection
@@ -273,7 +273,7 @@
     my ($self, $table, $fields, $where) = @_;
 
     my $sth = $self->dbh->prepare($self->schema->storage->sql_maker
-        ->select(\$table->sql_name, $fields, $where));
+        ->select(\$table->sql_name, $fields || \'*', $where));
 
     return $sth;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm
       2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_040.pm
       2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_05';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 sub _relnames_and_method {
     my ( $self, $local_moniker, $rel, $cond, $uniqs, $counters ) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -8,7 +8,7 @@
 use namespace::clean;
 use Lingua::EN::Inflect::Number ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 sub _to_PL {
     my ($self, $name) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -5,7 +5,7 @@
 use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_07';
 use mro 'c3';
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 sub _normalize_name {
     my ($self, $name) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm
 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm
        2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm
        2017-05-26 16:57:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 =cut
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 sub _strip_id_postfix {
     my ($self, $name) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder.pm
--- 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader/RelBuilder.pm 
    2016-09-05 13:33:20.000000000 +0200
+++ 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader/RelBuilder.pm 
    2017-05-26 16:57:38.000000000 +0200
@@ -17,7 +17,7 @@
 use Class::Unload ();
 use Class::Inspector ();
 
-our $VERSION = '0.07046';
+our $VERSION = '0.07047';
 
 # Glossary:
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader.pm 
new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader.pm
--- old/DBIx-Class-Schema-Loader-0.07046/lib/DBIx/Class/Schema/Loader.pm        
2016-09-05 13:33:20.000000000 +0200
+++ new/DBIx-Class-Schema-Loader-0.07047/lib/DBIx/Class/Schema/Loader.pm        
2017-05-26 16:57:38.000000000 +0200
@@ -16,7 +16,7 @@
 # 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.07046';
+our $VERSION = '0.07047';
 
 __PACKAGE__->mk_group_accessors('inherited', qw/
                                 _loader_args
@@ -631,6 +631,8 @@
 
 angelixd: Paul C. Mantz <[email protected]>
 
+arc: Aaron Crane <[email protected]>
+
 arcanez: Justin Hunter <[email protected]>
 
 ash: Ash Berlin <[email protected]>


Reply via email to