[Bps-public-commit] App-Changeloggr branch, master, updated. 887ce913ebf9ab5613a9fa1226c8c1772758151a

sartak at bestpractical.com sartak at bestpractical.com
Wed May 20 13:53:45 EDT 2009


The branch, master has been updated
       via  887ce913ebf9ab5613a9fa1226c8c1772758151a (commit)
      from  263d75adb2d86c08f7b99d0e40882d9f1c26063e (commit)

Summary of changes:
 lib/App/Changeloggr/OutputFormat/Perl.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 887ce913ebf9ab5613a9fa1226c8c1772758151a
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 13:53:37 2009 -0400

    Extra newline between sections

diff --git a/lib/App/Changeloggr/OutputFormat/Perl.pm b/lib/App/Changeloggr/OutputFormat/Perl.pm
index 8720cef..f594d3e 100644
--- a/lib/App/Changeloggr/OutputFormat/Perl.pm
+++ b/lib/App/Changeloggr/OutputFormat/Perl.pm
@@ -33,7 +33,7 @@ EOT
 
         for my $change (@changes) {
             my($summary) = $change->message =~ /\A(.*)$/m;
-            $str .= "=head2 $summary\n\n" . $change->message . "\n";
+            $str .= "=head2 $summary\n\n" . $change->message . "\n\n";
         }
     }
     $str .= "=cut\n\n";

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list