Hi,

When I run `prove -l` on my module, everything is fine. But when I run `Build test`, I get a warning. Why is there a difference?


$ prove -l
t/00-load...........1/1 # Testing Sub::Starter v1.0.6, Perl 5.008008, /usr/bin/perl
t/00-load...........ok
t/01-parse_usage....ok
t/02-gen-usage......ok
t/03-gen-sub........ok
t/04-gen-pod........ok
t/pod-coverage......ok
t/pod...............ok
All tests successful.
Files=7, Tests=21, 4 wallclock secs ( 0.22 usr 0.02 sys + 2.21 cusr 0.16 csys = 2.61 CPU)
Result: PASS
$ ./Build test
t/00-load...........1/1 # Testing Sub::Starter v1.0.6, Perl 5.008008, /usr/bin/perl
t/00-load...........ok
t/01-parse_usage....ok
t/02-gen-usage......ok
t/03-gen-sub........1/4 Unrecognized escape \s passed through at t/03-gen-sub.t line 10.
Unrecognized escape \s passed through at t/03-gen-sub.t line 10.
t/03-gen-sub........ok
t/04-gen-pod........ok
t/pod-coverage......ok
t/pod...............ok
All tests successful.
Files=7, Tests=21, 4 wallclock secs ( 0.16 usr 0.03 sys + 2.17 cusr 0.27 csys = 2.63 CPU)
Result: PASS
$



--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

I like Perl; it's the only language where you can bless your
thingy.

Reply via email to