We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d0792 commit 5f470f2Copy full SHA for 5f470f2
lib/DBIx/Class/Schema/Loader/Base.pm
@@ -88,7 +88,7 @@ __PACKAGE__->mk_group_ro_accessors('simple', qw/
88
allow_extra_m2m_cols
89
/);
90
91
-
+
92
__PACKAGE__->mk_group_accessors('simple', qw/
93
version_to_dump
94
schema_version_to_dump
@@ -623,7 +623,7 @@ contain redundant information you can pass C<moniker_map> a function to strip it
623
moniker_map => sub { my $name = $_[0];
624
$name =~ s/^dbo//;
625
join '', map ucfirst, split '_', $name
626
- }
+ }
627
628
The function is also passed a coderef that can be called with either
629
of the hashref forms to get the moniker mapped accordingly. This is
0 commit comments