Skip Menu |

This queue is for tickets about the Passwd-Unix-Alt CPAN distribution.

Report information
The Basics
Id: 75991
Status: resolved
Priority: 0/
Queue: Passwd-Unix-Alt

People
Owner: Nobody in particular
Requestors: christian.kuelker [...] cipworx.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 0.5210



Subject: "Passwd::Unix::Alt::errstr" used only once: possible typo at t/02-lock.t line 29.
perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Passwd-Unix-Alt' version '0.5210' ./Build test t/00-compile.t ............ ok t/01-basics.t ............. # tmp dir is /tmp/l5yTA2G5SA t/01-basics.t ............. ok t/02-lock.t ............... Name "Passwd::Unix::Alt::errstr" used only once: possible typo at t/02-lock.t line 29. # tmp dir is /tmp/8qhsmq97yL t/02-lock.t ............... ok t/array_compare.t ......... ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=6, Tests=45, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.37 cusr 0.04 csys = 0.46 CPU) Result: PASS
On Thu Mar 22 19:17:05 2012, ckuelker wrote: Show quoted text
> perl Build.PL > Created MYMETA.yml and MYMETA.json > Creating new 'Build' script for 'Passwd-Unix-Alt' version '0.5210' > ./Build test > t/00-compile.t ............ ok > t/01-basics.t ............. # tmp dir is /tmp/l5yTA2G5SA > t/01-basics.t ............. ok > t/02-lock.t ............... Name "Passwd::Unix::Alt::errstr" used only > once: possible typo at t/02-lock.t line 29. > # tmp dir is /tmp/8qhsmq97yL > t/02-lock.t ............... ok > t/array_compare.t ......... ok > t/release-pod-coverage.t .. skipped: these tests are for release > candidate testing > t/release-pod-syntax.t .... skipped: these tests are for release > candidate testing > All tests successful. > Files=6, Tests=45, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.37
cusr Show quoted text
> 0.04 csys = 0.46 CPU) > Result: PASS >
Thanks. I did comment 'use warnings' in the test script, but obviously the script can be run under perl -w too. Warnings shut up now via 'no warnings'. Not yet released. Regards, Steven