Skip Menu |

This queue is for tickets about the Devel-Hook CPAN distribution.

Report information
The Basics
Id: 87054
Status: resolved
Priority: 0/
Queue: Devel-Hook

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc: PLICEASE [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.006



Subject: minor test errors
# Testing Devel::Hook 0.005, Perl 5.019002, /usr/local/bin/perl5.19.2d-nt@1292fdb2 t/01use.t ........... ok no_plan takes no arguments at t/02basic.t line 2. t/02basic.t ......... ok t/09order.t ......... ok t/10error.t ......... ok t/98pod-coverage.t .. ok # Failed test 'POD test for ./lib/Devel/Hook.pod' # at /usr/local/lib/perl5/site_perl/5.18.0/Test/Pod.pm line 186. # ./lib/Devel/Hook.pod (30): L<> starts or ends with whitespace # ./lib/Devel/Hook.pod (190): L<> starts or ends with whitespace # Failed test 'POD test for ./blib/lib/Devel/Hook.pod' # at /usr/local/lib/perl5/site_perl/5.18.0/Test/Pod.pm line 186. # ./blib/lib/Devel/Hook.pod (30): L<> starts or ends with whitespace # ./blib/lib/Devel/Hook.pod (190): L<> starts or ends with whitespace # Looks like you failed 2 tests of 13. t/99pod.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/13 subtests diff -bu ./lib/Devel/Hook.pod~ ./lib/Devel/Hook.pod --- ./lib/Devel/Hook.pod~ 2008-03-02 09:20:37.000000000 -0600 +++ ./lib/Devel/Hook.pod 2013-07-19 11:02:41.300357147 -0500 @@ -32,7 +32,7 @@ and its program units. These subroutines correspond to the special code blocks: C<BEGIN>, C<UNITCHECK>, C<CHECK>, C<INIT> and C<END>. -(See details at L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END >.) +(See details at L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">.) This module provides limited capabilities to manipulate these arrays. @@ -187,7 +187,7 @@ =head1 SEE ALSO -L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END > +L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END"> L<Manip::END> diff -bu ./t/02basic.t~ ./t/02basic.t --- ./t/02basic.t~ 2008-02-29 14:02:39.000000000 -0600 +++ ./t/02basic.t 2013-07-19 11:01:52.584807557 -0500 @@ -1,5 +1,5 @@ -use Test::More no_plan => 1; +use Test::More no_plan; use Devel::Hook ();
Subject: Devel-Hook-0.005.patch
diff -bu ./lib/Devel/Hook.pod~ ./lib/Devel/Hook.pod --- ./lib/Devel/Hook.pod~ 2008-03-02 09:20:37.000000000 -0600 +++ ./lib/Devel/Hook.pod 2013-07-19 11:02:41.300357147 -0500 @@ -32,7 +32,7 @@ and its program units. These subroutines correspond to the special code blocks: C<BEGIN>, C<UNITCHECK>, C<CHECK>, C<INIT> and C<END>. -(See details at L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END >.) +(See details at L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">.) This module provides limited capabilities to manipulate these arrays. @@ -187,7 +187,7 @@ =head1 SEE ALSO -L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END > +L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END"> L<Manip::END> diff -bu ./t/02basic.t~ ./t/02basic.t --- ./t/02basic.t~ 2008-02-29 14:02:39.000000000 -0600 +++ ./t/02basic.t 2013-07-19 11:01:52.584807557 -0500 @@ -1,5 +1,5 @@ -use Test::More no_plan => 1; +use Test::More no_plan; use Devel::Hook ();
Thanks for your report. Those bugs should now be fixed with the release of Devel-Hook-0.006. On Fri Jul 19 12:06:11 2013, rurban@x-ray.at wrote: Show quoted text
> # Testing Devel::Hook 0.005, Perl 5.019002, > /usr/local/bin/perl5.19.2d-nt@1292fdb2 > t/01use.t ........... ok > no_plan takes no arguments at t/02basic.t line 2. > t/02basic.t ......... ok > t/09order.t ......... ok > t/10error.t ......... ok > t/98pod-coverage.t .. ok > > # Failed test 'POD test for ./lib/Devel/Hook.pod' > # at /usr/local/lib/perl5/site_perl/5.18.0/Test/Pod.pm line 186. > # ./lib/Devel/Hook.pod (30): L<> starts or ends with whitespace > # ./lib/Devel/Hook.pod (190): L<> starts or ends with whitespace > > # Failed test 'POD test for ./blib/lib/Devel/Hook.pod' > # at /usr/local/lib/perl5/site_perl/5.18.0/Test/Pod.pm line 186. > # ./blib/lib/Devel/Hook.pod (30): L<> starts or ends with whitespace > # ./blib/lib/Devel/Hook.pod (190): L<> starts or ends with whitespace > # Looks like you failed 2 tests of 13. > t/99pod.t ........... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/13 subtests > > diff -bu ./lib/Devel/Hook.pod~ ./lib/Devel/Hook.pod > --- ./lib/Devel/Hook.pod~ 2008-03-02 09:20:37.000000000 -0600 > +++ ./lib/Devel/Hook.pod 2013-07-19 11:02:41.300357147 -0500 > @@ -32,7 +32,7 @@ > and its program units. These subroutines correspond > to the special code blocks: C<BEGIN>, C<UNITCHECK>, > C<CHECK>, C<INIT> and C<END>. > -(See details at L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END >.) > +(See details at L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">.) > This module provides > limited capabilities to manipulate these arrays. > > @@ -187,7 +187,7 @@ > > =head1 SEE ALSO > > -L< perlmod/BEGIN, UNITCHECK, CHECK, INIT and END > > +L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END"> > > L<Manip::END> > > diff -bu ./t/02basic.t~ ./t/02basic.t > --- ./t/02basic.t~ 2008-02-29 14:02:39.000000000 -0600 > +++ ./t/02basic.t 2013-07-19 11:01:52.584807557 -0500 > @@ -1,5 +1,5 @@ > > -use Test::More no_plan => 1; > +use Test::More no_plan; > > use Devel::Hook ();