Skip to content

Commit

Permalink
Better comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Sep 13, 2010
1 parent ff68af4 commit 533ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SemVer.pm
Expand Up @@ -81,7 +81,7 @@ sub parse {
sub stringify {
my $self = shift;
my $str = $self->SUPER::stringify;
# Deal with cloned version.
# This is purely for SemVers constructed from version objects.
$str += 0 if $str =~ s/_//g; # ignore underscores.
return $str . ($self->{extra} || '');
}
Expand Down

0 comments on commit 533ff46

Please sign in to comment.