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

Commit

Permalink
Removed unneeded quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Mar 2, 2016
1 parent 41e4051 commit 55fff05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/App/txtnix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ use Mojo::ByteStream 'b';

our $VERSION = '0.03';

has 'ua' => sub { shift->_build_ua };
has cache => sub { App::txtnix::Cache->new( cache_dir => shift->cache_dir ) };

has twtfile => sub { path('~/twtxt') };
has ua => sub { shift->_build_ua };
has cache => sub { App::txtnix::Cache->new( cache_dir => shift->cache_dir ) };
has twtfile => sub { path('~/twtxt') };
has cache_dir => sub { path('~/.cache/txtnix') };
has use_pager => sub { 0 };
has sorting => sub { "descending" };
Expand Down

0 comments on commit 55fff05

Please sign in to comment.