Rename WWW-BackpackTF.t to 00-load.t
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:34:14 +0000 (01:34 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:34:14 +0000 (01:34 +0300)
MANIFEST
t/00-load.t [new file with mode: 0644]
t/WWW-BackpackTF.t [deleted file]

index e6a2323670a5c47c66d6c41abeeb9ded7c261908..c111228e7a6fb359ed153dae2d0b630ff7f5cdf5 100644 (file)
--- 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 (file)
index 0000000..43e4bf1
--- /dev/null
@@ -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 (file)
index 43e4bf1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl -w
-use strict;
-use warnings;
-
-use Test::More tests => 1;
-BEGIN { use_ok('WWW::BackpackTF') };
This page took 0.011951 seconds and 4 git commands to generate.