Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix empty quotes.
  • Loading branch information
oalders committed Sep 27, 2014
1 parent 9ec56e1 commit 929ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API/Changes/Parser.pm
Expand Up @@ -21,7 +21,7 @@ sub parse {

my @lines = split /\r\n?|\n/, $string;

my $preamble = '';
my $preamble = q{};
my @releases;
my $release;
my @indents;
Expand Down

0 comments on commit 929ae12

Please sign in to comment.