- Add test suite patch to support building with Test::More < 0.88 so that we can build for EPEL-5, only applying the patch when necessary - BR: at least version 0.09 of perl(MRO::Compat) - BR: perl(Pod::Coverage::TrustPod), perl(Test::Pod) and perl(Test::Pod::Coverage) for full test coverage - Run the release tests too - Drop redundant explicit versioned dependency on perl(Sub::Exporter) - Don't need to remove empty directories from buildroot - Don't use macros for commands - Use DESTDIR rather than PERL_INSTALL_ROOT - Drop %defattr, redundant since rpm 4.4 - Make %files list more explicit
18 lines
373 B
Diff
18 lines
373 B
Diff
--- Data-Section-0.101620/t/basic.t 2010-06-11 13:14:39.000000000 +0100
|
|
+++ Data-Section-0.101620/t/basic.t 2010-06-11 19:24:46.780635972 +0100
|
|
@@ -1,7 +1,7 @@
|
|
use strict;
|
|
use warnings;
|
|
use lib 't/lib';
|
|
-use Test::More;
|
|
+use Test::More tests => 36;
|
|
|
|
use Parent;
|
|
use Child;
|
|
@@ -168,5 +168,3 @@
|
|
{ n => \"foo$crlf" },
|
|
"windows newlines work",
|
|
);
|
|
-
|
|
-done_testing;
|