apply RT62271
Justin Hunter [Sat, 30 Oct 2010 04:20:24 +0000 (21:20 -0700)]
lib/DBIx/Class/Schema/Loader/Base.pm

index baf36b1..f714ac2 100644 (file)
@@ -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;
     }