aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-02 08:18:54 -0500
committerJesús <heckyel@hyperbola.info>2020-03-02 08:18:54 -0500
commitc67158fa409f1b1b4f98a8621a69bb2013b76451 (patch)
treebb4ca80f29cda70734a868d372e00c85e172e7d3 /t
parentad7ec1785fc28799e10d10e7a679dc5bb4891ee3 (diff)
downloadfair-viewer-c67158fa409f1b1b4f98a8621a69bb2013b76451.tar.lz
fair-viewer-c67158fa409f1b1b4f98a8621a69bb2013b76451.tar.xz
fair-viewer-c67158fa409f1b1b4f98a8621a69bb2013b76451.zip
rebrand app
Diffstat (limited to 't')
-rw-r--r--t/00-load.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00-load.t b/t/00-load.t
index 966e934..1213d50 100644
--- a/t/00-load.t
+++ b/t/00-load.t
@@ -4,7 +4,7 @@ use 5.014;
use Test::More tests => 1;
BEGIN {
- use_ok( 'WWW::YoutubeViewer' ) || print "Bail out!\n";
+ use_ok( 'WWW::FairViewer' ) || print "Bail out!\n";
}
-diag( "Testing WWW::YoutubeViewer $WWW::YoutubeViewer::VERSION, Perl $], $^X" );
+diag( "Testing WWW::FairViewer $WWW::FairViewer::VERSION, Perl $], $^X" );