From 6a06ddabc99ac9b09bcba0f47d1833acf3fd2605 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 14 Dec 2009 16:09:41 +0100 Subject: Checking in changes prior to tagging of version 0.01. Changelog diff is: --- .gitignore | 3 ++- xt/run.t | 4 ---- xt/tests/Test/AnyEvent/Riak.pm | 25 ------------------------- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 xt/run.t delete mode 100644 xt/tests/Test/AnyEvent/Riak.pm diff --git a/.gitignore b/.gitignore index 8c897b7..2f6905f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ inc pm_to_blib MANIFEST Makefile.old -MANIFEST.SKIP \ No newline at end of file +MANIFEST.SKIP +.prove \ No newline at end of file diff --git a/xt/run.t b/xt/run.t deleted file mode 100644 index 6a824fe..0000000 --- a/xt/run.t +++ /dev/null @@ -1,4 +0,0 @@ -use lib 'xt/tests'; -use Test::AnyEvent::Riak; - -Test::Class->runtests; diff --git a/xt/tests/Test/AnyEvent/Riak.pm b/xt/tests/Test/AnyEvent/Riak.pm deleted file mode 100644 index 3e621fc..0000000 --- a/xt/tests/Test/AnyEvent/Riak.pm +++ /dev/null @@ -1,25 +0,0 @@ -package Test::AnyEvent::Riak; - -use strict; -use warnings; -use base 'Test::Class'; -use Test::Exception; -use Test::More; - -sub class { 'AnyEvent::Riak' } - -sub startup : Tests(startup => 1) { - my $test = shift; - use_ok $test->class, "use ok"; -} - -sub shutdown : Tests(shutdown) { - my $test = shift; -} - -sub constructor : Tests(1) { - my $test = shift; - can_ok $test->class, 'new'; -} - -1; -- cgit v1.2.3