diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:39:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:40:41 +0100 |
commit | b0cc851a192a87cbaf57758a59a1c6a38797514a (patch) | |
tree | cd3c998d7a0a93df1b3df14a04b04d7e97ecbada /lib/App | |
parent | ac79b62359ecb4ab7e12c7d930460226da9bfbe8 (diff) |
Update documentation
Diffstat (limited to 'lib/App')
-rwxr-xr-x | lib/App/Dthumb.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/App/Dthumb.pm b/lib/App/Dthumb.pm index 1b673c7..f525776 100755 --- a/lib/App/Dthumb.pm +++ b/lib/App/Dthumb.pm @@ -8,7 +8,6 @@ use 5.010; use base 'Exporter'; use App::Dthumb::Data; -use Archive::Tar; use Cwd; use Image::Imlib2; @@ -29,7 +28,6 @@ sub new { $ref->{config} = $conf; $ref->{data} = App::Dthumb::Data->new(); - $ref->{tar} = Archive::Tar->new(); $ref->{html} = $ref->{data}->get('html_start'); |