From: Alexander Hartmaier Date: Mon, 9 May 2011 10:21:09 +0000 (+0200) Subject: removed useless end-of-line comments X-Git-Tag: 2.003002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=d217cb8028d14f91a975b3b202718e672a80c16d removed useless end-of-line comments --- diff --git a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm index ae53e09..aff6689 100644 --- a/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm +++ b/lib/Catalyst/Controller/DBIC/API/StaticArguments.pm @@ -46,8 +46,8 @@ foreach my $var (qw/create_requires create_allows update_requires update_allows/ } ); - before "set_${var}_column" => sub { $_[0]->check_column_relation($_[2], 1) }; #" - before "insert_${var}_column" => sub { $_[0]->check_column_relation($_[2], 1) }; #" + before "set_${var}_column" => sub { $_[0]->check_column_relation($_[2], 1) }; + before "insert_${var}_column" => sub { $_[0]->check_column_relation($_[2], 1) }; } =attribute_public prefetch_allows is: ro, isa: ArrayRef[ArrayRef|Str|HashRef]