From: Justin Hunter Date: Sat, 30 Oct 2010 04:20:24 +0000 (-0700) Subject: apply RT62271 X-Git-Tag: 0.07003~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8e1a9d54674d1aae149f314f95e7a0dc62995fa;p=dbsrgits%2FDBIx-Class-Schema-Loader.git apply RT62271 --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index baf36b1..f714ac2 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -1347,7 +1347,7 @@ sub _default_moose_custom_content { sub _default_custom_content { my $self = shift; my $default = qq|\n\n# You can replace this text with custom| - . qq| content, and it will be preserved on regeneration|; + . qq| code or comments, and it will be preserved on regeneration|; if ($self->use_moose) { $default .= $self->_default_moose_custom_content; }