Skip Menu |

This queue is for tickets about the DhMakePerl CPAN distribution.

Report information
The Basics
Id: 66214
Status: resolved
Priority: 0/
Queue: DhMakePerl

People
Owner: Nobody in particular
Requestors: Support [...] RoxSoft.co.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.72
Fixed in: 0.74



Bad test plan t/debian-version.t .................. You tried to plan twice at t/debian-version.t line 10. You need to move the test => 1; after the condition which skips tests
Subject: DhMakePerl_debian-version.t.patch
--- t/debian-version.t.orig 2011-08-07 05:43:53.000000000 +0100 +++ t/debian-version.t 2011-08-07 05:44:15.000000000 +0100 @@ -1,6 +1,6 @@ #!perl -T -use Test::More tests => 1; +use Test::More; use DhMakePerl; @@ -9,7 +9,7 @@ plan skip_all => "'no 'debian/changelog' found" unless -f "$Bin/../debian/changelog"; - +plan tests => 1; my $cl = Parse::DebianChangelog->init->parse( { infile => "$Bin/../debian/changelog" } ); my $pkg_ver = $cl->data( { count => 1 } )->[0]->{Version};
Thanks for the patch, it is in Git[0] and will be part of the next release. [0] http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/dh-make-perl.git
На 20 авг. 2011, сб 18:16:54, DAM написа: Show quoted text
> Thanks for the patch, it is in Git[0] and will be part of the next
release. Show quoted text
> > [0]
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/dh-make-perl.git Which happened some hours ago. Thanks again.