]> iEval git - io-compress-brotli.git/blobdiff - t/00-load.t
Add tests for compression, and a CLI tool for manual testing.
[io-compress-brotli.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..a0a534c
--- /dev/null
@@ -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');
+}
This page took 0.024533 seconds and 4 git commands to generate.