X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=a0a534c6d459084485586b93161adac856810ffe;hb=2786a68d54239318b1ca7d6045f8a5830a979142;hp=0000000000000000000000000000000000000000;hpb=09cf71869cec48dd79483c65c190f7b79a442da8;p=io-compress-brotli.git diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..a0a534c --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,10 @@ +#!/usr/bin/perl +use v5.14; +use warnings; + +use Test::More tests => 2; + +BEGIN { + use_ok('IO::Compress::Brotli'); + use_ok('IO::Uncompress::Brotli'); +}