Skip to content

Commit 5f470f2

Browse files
committed
doco fixes
1 parent 14d0792 commit 5f470f2

File tree

1 file changed

+2
-2
lines changed
  • lib/DBIx/Class/Schema/Loader

1 file changed

+2
-2
lines changed

lib/DBIx/Class/Schema/Loader/Base.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ __PACKAGE__->mk_group_ro_accessors('simple', qw/
8888
allow_extra_m2m_cols
8989
/);
9090

91-
91+
9292
__PACKAGE__->mk_group_accessors('simple', qw/
9393
version_to_dump
9494
schema_version_to_dump
@@ -623,7 +623,7 @@ contain redundant information you can pass C<moniker_map> a function to strip it
623623
moniker_map => sub { my $name = $_[0];
624624
$name =~ s/^dbo//;
625625
join '', map ucfirst, split '_', $name
626-
}
626+
}
627627
628628
The function is also passed a coderef that can be called with either
629629
of the hashref forms to get the moniker mapped accordingly. This is

0 commit comments

Comments
 (0)