Accepting request 238750 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/238750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Implementation?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-06-30 19:45:05 +00:00 committed by Git OBS Bridge
commit 0c50758461
3 changed files with 6 additions and 137 deletions

View File

@ -1,136 +0,0 @@
--- t/basic.t
+++ t/basic.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
{
package T;
@@ -34,4 +34,4 @@
);
}
-done_testing();
+#done_testing();
--- t/both-fail.t
+++ t/both-fail.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
use Test::Fatal;
{
@@ -25,4 +25,4 @@
);
}
-done_testing();
+#done_testing();
--- t/env-value.t
+++ t/env-value.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
{
package T;
@@ -36,4 +36,4 @@
);
}
-done_testing();
+#done_testing();
--- t/more-symbols.t
+++ t/more-symbols.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
{
package T;
@@ -44,4 +44,4 @@
);
}
-done_testing();
+#done_testing();
--- t/one-impl-fails1.t
+++ t/one-impl-fails1.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
{
package T;
@@ -25,4 +25,4 @@
ok( !T->can('return_package'), 'T package has a return_package sub' );
}
-done_testing();
+#done_testing();
--- t/one-impl-fails2.t
+++ t/one-impl-fails2.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
{
package T;
@@ -25,4 +25,4 @@
ok( !T->can('return_package'), 'T package has a return_package sub' );
}
-done_testing();
+#done_testing();
--- t/requested-fails.t
+++ t/requested-fails.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More qw(no_plan);
use Test::Fatal;
{
@@ -27,4 +27,4 @@
);
}
-done_testing();
+#done_testing();
--- t/taint.t
+++ t/taint.t
@@ -7,7 +7,7 @@
'Test::Taint' => '0',
};
-use Test::More 0.88;
+use Test::More qw(no_plan);
use Test::Fatal;
taint_checking_ok();
@@ -43,4 +43,4 @@
);
}
-done_testing();
+#done_testing();

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 26 06:54:25 UTC 2014 - lchiquitto@suse.com
- really remove old old_test_more.patch from package sources
-------------------------------------------------------------------
Fri Jul 26 05:28:35 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Implementation
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed