[libmoosex-semiaffordanceaccessor-perl] 02/12: use done_testing

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 28 15:44:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag v0.06
in repository libmoosex-semiaffordanceaccessor-perl.

commit 9ced806305af58ae866869ae70a916a6a977d1dd
Author: Dave Rolsky <autarch at urth.org>
Date:   Wed May 5 10:59:42 2010 -0500

    use done_testing
---
 Build.PL  | 2 +-
 t/basic.t | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Build.PL b/Build.PL
index 4ac4290..8928732 100644
--- a/Build.PL
+++ b/Build.PL
@@ -12,7 +12,7 @@ my $builder = Module::Build->new(
         'Moose' => '0.84',
     },
     build_requires => {
-        'Test::More' => '0',
+        'Test::More' => '0.88',
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,
diff --git a/t/basic.t b/t/basic.t
index 123e3e6..d67ac5e 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 21;
+use Test::More;
 
 {
 
@@ -84,3 +84,5 @@ ok( SAA3->can('set_it'),      'SAA3->set_it does exist' );
 
 ok( !SAA4->can('bare'),     'SAA4->bare does not exist' );
 ok( !SAA4->can('set_bare'), 'SAA4->set_bare does not exist' );
+
+done_testing();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-semiaffordanceaccessor-perl.git



More information about the Pkg-perl-cvs-commits mailing list