Skip to content

Commit

Permalink
Build results of cb8e7d0 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Apr 14, 2015
1 parent 6f91e4d commit e3fdf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release history for Module-Path-Simplify

0.001000 2015-04-14T04:07:41Z 4f02b8a
0.001000 2015-04-14T04:09:36Z cb8e7d0
- First version.

2 changes: 1 addition & 1 deletion lib/Module/Path/Simplify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ sub pretty {
for my $name ( $self->names ) {
$max = length $name if not defined $max or length $name > $max;
}
return map { sprintf "%${max}s => %s%s", $self->get_display($_), $self->get_path_suffixed($_) } $self->names;
return map { sprintf "%${max}s => %s", $self->get_display($_), $self->get_path_suffixed($_) } $self->names;
}

1;
Expand Down

0 comments on commit e3fdf68

Please sign in to comment.