Skip to content

Commit

Permalink
Disable smart comments in production.
Browse files Browse the repository at this point in the history
Signed-off-by: Xiong Changnian <xiong@cpan.org>
  • Loading branch information
Xiong committed Sep 26, 2010
1 parent 634bb05 commit 6635a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/bump.pl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#~ use Devel::Comments '###';
#~ use Devel::Comments '####';
#~ use Devel::Comments '#####';
use Devel::Comments '###', '#####';
#~ use Devel::Comments '###', '#####';

#=========# Pseudo-globals

Expand Down

0 comments on commit 6635a66

Please sign in to comment.