Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Do not decode data already decoded by OptArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Mar 4, 2016
1 parent 7db9bfe commit 5854de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/App/txtnix/Cmd/tweet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ has 'hooks' => sub { 1 };
sub run {
my ($self) = @_;
my $text = $self->text;
$text = b($text)->decode;
$text =~ s/\@(\w+)/$self->expand_mention($1)/ge;

my $time =
Expand Down

0 comments on commit 5854de4

Please sign in to comment.