Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 10, 2016
1 parent cb1340c commit d8d12b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Dist/Zilla/Plugin/MetaData/BuiltWith.pm
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,6 @@ sub _uname {

}

sub _my_log_fatal {
my ($self) = @_;
## no critic ( RequireInterpolationOfMetachars )
return $self->log_fatal( [ "%s\n %s:%s\n %s:%s", shift, q{$@}, shift, q{$!}, shift ] );
}

sub _build__uname_args {
my $self = shift;
## no critic ( RequireDotMatchAnything RequireExtendedFormatting RequireLineBoundaryMatching )
Expand Down

0 comments on commit d8d12b1

Please sign in to comment.