From: Marius Gavrilescu Date: Sat, 11 Oct 2014 22:34:14 +0000 (+0300) Subject: Rename WWW-BackpackTF.t to 00-load.t X-Git-Tag: 0.000_003~2 X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=commitdiff_plain;h=6b77261fb586b2fbb961fe82333e7028e690ecec Rename WWW-BackpackTF.t to 00-load.t --- diff --git a/MANIFEST b/MANIFEST index e6a2323..c111228 100644 --- a/MANIFEST +++ b/MANIFEST @@ -6,4 +6,4 @@ lib/WWW/BackpackTF/User.pm Makefile.PL MANIFEST README -t/WWW-BackpackTF.t +t/00-load.t diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..43e4bf1 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,6 @@ +#!/usr/bin/perl -w +use strict; +use warnings; + +use Test::More tests => 1; +BEGIN { use_ok('WWW::BackpackTF') }; diff --git a/t/WWW-BackpackTF.t b/t/WWW-BackpackTF.t deleted file mode 100644 index 43e4bf1..0000000 --- a/t/WWW-BackpackTF.t +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -w -use strict; -use warnings; - -use Test::More tests => 1; -BEGIN { use_ok('WWW::BackpackTF') };