Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bessarabov committed Nov 12, 2023
1 parent 0515b21 commit df4c6c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tsv2table
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ use Encode qw(decode);
use Getopt::Long;
use I18N::Langinfo qw(CODESET langinfo);

# TODO
use Data::Dumper;

sub parse_options {

my $header;
Expand All @@ -21,8 +18,6 @@ sub parse_options {

my $codeset = langinfo(CODESET);

warn Dumper $codeset;

@ARGV = map { decode $codeset, $_ } @ARGV;

GetOptions (
Expand Down Expand Up @@ -92,11 +87,6 @@ https://github.com/bessarabov/tsv2table
separator => $separator,
};

warn Dumper {
separtor => $options->{separator},
separtor_flag => utf8::is_utf8($options->{separator}),
};

return $options;
}

Expand Down

0 comments on commit df4c6c2

Please sign in to comment.