Yes, RT#21388++. This makes automated repackaging of this CPAN module (as an RPM, e.g.) more difficult than it needs to be.
diff -up HTML-Tagset-3.20/Makefile.PL.orig HTML-Tagset-3.20/Makefile.PL
--- HTML-Tagset-3.20/Makefile.PL.orig 2013-05-03 13:44:19.729854535 -0500
+++ HTML-Tagset-3.20/Makefile.PL 2008-03-01 00:00:21.000000000 -0600
@@ -12,7 +12,6 @@ WriteMakefile(
AUTHOR => 'Andy Lester <andy@petdance.com>',
VERSION_FROM => 'Tagset.pm', # finds $VERSION
ABSTRACT_FROM => 'Tagset.pm', # retrieve abstract from module
- BUILD_REQUIRES => { 'Test::More' => 0 },
PMLIBDIRS => [qw(lib/)],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'HTML-Tagset-*' },
On Fri Sep 08 03:37:09 2006, MSCHWERN wrote:
Show quoted text> I just noticed HTML::Tagset uses Test::More (once in pod.t) but does not
> declare that dependency.