diff --git a/Changes b/Changes index dd48149..52f78ac 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} + - I somehow forgot how to write POD and had to fix some (gh#5) 0.03 2024-12-14 18:14:10 -0700 - Corrected merge errors in 0.02 diff --git a/README.md b/README.md index afc8980..58c27ba 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,17 @@ my $bool = $writer->unchanged; Returns: -- \`undef\` +- `undef` - If </update\_file> hasn't been called yet. + If ["update\_file"](#update_file) hasn't been called yet. -- \`0\` +- `0` - If the last call to </update\_file> modified the file. + If the last call to ["update\_file"](#update_file) modified the file. -- \`1\` +- `1` - If the last call to </update\_file> did not modify the file. + If the last call to ["update\_file"](#update_file) did not modify the file. ## add\_format diff --git a/lib/Data/Section/Writer.pm b/lib/Data/Section/Writer.pm index 28cf559..7d34969 100644 --- a/lib/Data/Section/Writer.pm +++ b/lib/Data/Section/Writer.pm @@ -177,17 +177,17 @@ Returns: =over 4 -=item `undef` +=item C -If hasn't been called yet. +If L hasn't been called yet. -=item `0` +=item C<0> -If the last call to modified the file. +If the last call to L modified the file. -=item `1` +=item C<1> -If the last call to did not modify the file. +If the last call to L did not modify the file. =back