aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-02-15 00:05:24 +0200
committertrizen <trizen@protonmail.com>2020-02-15 00:05:24 +0200
commit8e4ba906343718a4a1c2fbd939a9dbe0a75287f8 (patch)
tree340f4a502ddefbdfc0a5eec997751b5e19206aa8 /t/00-load.t
parent3e92a9d96d2ff6d2718a5a1e0d69dac766f6a141 (diff)
downloadfair-viewer-8e4ba906343718a4a1c2fbd939a9dbe0a75287f8.tar.lz
fair-viewer-8e4ba906343718a4a1c2fbd939a9dbe0a75287f8.tar.xz
fair-viewer-8e4ba906343718a4a1c2fbd939a9dbe0a75287f8.zip
Import files.
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644
index 0000000..966e934
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,10 @@
+#!perl -T
+
+use 5.014;
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'WWW::YoutubeViewer' ) || print "Bail out!\n";
+}
+
+diag( "Testing WWW::YoutubeViewer $WWW::YoutubeViewer::VERSION, Perl $], $^X" );