minor changes
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
index 0b9b6b7..0b47def 100644 (file)
@@ -396,7 +396,7 @@ files before creating the new ones from scratch when dumping a schema to disk.
 
 The default behavior is instead to only replace the top portion of the
 file, up to and including the final stanza which contains
-C<# DO NOT MODIFY THIS OR ANYTHING ABOVE!>
+C<# DO NOT MODIFY THE FIRST PART OF THIS FILE>
 leaving any customizations you placed after that as they were.
 
 When C<really_erase_my_files> is not set, if the output file already exists,
@@ -488,9 +488,9 @@ It is safe to upgrade your existing Schema to this option.
 This option controls how accessors for column names which collide with perl
 methods are named. See L</COLUMN ACCESSOR COLLISIONS> for more information.
 
-This option takes either a single L<perlfunc/sprintf> format or a hashref of
+This option takes either a single L<sprintf|perlfunc/sprintf> format or a hashref of
 strings which are compiled to regular expressions that map to
-L<perlfunc/sprintf> formats.
+L<sprintf|perlfunc/sprintf> formats.
 
 Examples: