Remove HTTP::DAV fragment and hardcode required version in Test.pm

This commit is contained in:
Klaas Freitag 2014-04-03 10:15:57 +02:00
parent 95726eeab1
commit 062a0907db
2 changed files with 1 additions and 2076 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ package ownCloud::Test;
use strict;
use Exporter;
use HTTP::DAV;
use HTTP::DAV 0.47;
use Data::Dumper;
use File::Glob ':glob';
use Carp::Assert;