Skip to content

Commit

Permalink
Fix the end of parse message (perl syntax problem)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed May 7, 2011
1 parent 0e7d215 commit 9757c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Build/Author.pm
Expand Up @@ -210,8 +210,8 @@ sub ACTION_parse
# Force a "./Build" deprecation (redo "perl Build.PL")
# as the distribution must be rebuilt
unlink $_ for grep { -e $_ } qw(Build Build.bat Build.COM build.com BUILD.COM);
print "Version updated @{ +$self->dist_version } => $version\n";
print "Build script removed. Redo 'perl Build.PL'.\n";
print 'Version updated ', $self->dist_version, " => $version\n",
"Build script removed. Redo 'perl Build.PL'.\n";
}
}

Expand Down

0 comments on commit 9757c17

Please sign in to comment.