Skip to content

Commit

Permalink
remove unused dependency on Data::UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Aug 19, 2019
1 parent 63cada0 commit 0e9e2d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Catmandu/DirectoryIndex/UUID.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use Cwd;
use Path::Tiny;
use Path::Iterator::Rule;
use File::Spec;
use Data::UUID;
use Catmandu::BadArg;
use Catmandu::Error;
use Data::Dumper;
Expand Down
1 change: 0 additions & 1 deletion lib/Catmandu/Store/File/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use Catmandu;
use Catmandu::Util;
use Catmandu::Store::File::Simple::Index;
use Catmandu::Store::File::Simple::Bag;
use Data::UUID;
use Catmandu::DirectoryIndex::UUID;
use Catmandu::DirectoryIndex::Number;
use namespace::clean;
Expand Down

0 comments on commit 0e9e2d0

Please sign in to comment.