summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorivan <ivan>2008-06-14 04:14:48 +0000
committerivan <ivan>2008-06-14 04:14:48 +0000
commit97e89d11919d233afc4bbe3a2c7f14a4d116584b (patch)
tree386cb650341759269b7915676b4bc5014d5f6420 /t/00-load.t
initial importSTART
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644
index 0000000..b986555
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Net::HTTPS::Any' );
+}
+
+diag( "Testing Net::HTTPS::Any $Net::HTTPS::Any::VERSION, Perl $], $^X" );