Skip Menu |

This queue is for tickets about the X11-Terminal CPAN distribution.

Report information
The Basics
Id: 81290
Status: resolved
Priority: 0/
Queue: X11-Terminal

People
Owner: EGILES [...] cpan.org
Requestors: EGILES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: v1.0.0



Subject: Module fails to build under new versions of perl
There are compile errors when trying to build this module under perl 5.17. Output from './Build test': t/01-basic.t ........... ok "my" variable $option masks earlier declaration in same statement at t/10-xterm.t line 20. "my" variable $t1 masks earlier declaration in same scope at t/10- xterm.t line 21. "my" variable $t3 masks earlier declaration in same statement at t/10- xterm.t line 21. "my" variable $option masks earlier declaration in same statement at t/10-xterm.t line 21. "my" variable $option masks earlier declaration in same scope at t/10- xterm.t line 31. "my" variable $t3 masks earlier declaration in same scope at t/10- xterm.t line 32. "my" variable $option masks earlier declaration in same statement at t/10-xterm.t line 32. "my" variable $t1 masks earlier declaration in same scope at t/10- xterm.t line 33. "my" variable $t3 masks earlier declaration in same statement at t/10- xterm.t line 33. "my" variable $option masks earlier declaration in same statement at t/10-xterm.t line 33. "my" variable $t4 masks earlier declaration in same scope at t/10- xterm.t line 35. "my" variable $accessor masks earlier declaration in same scope at t/10- xterm.t line 36. "my" variable $option masks earlier declaration in same scope at t/10- xterm.t line 43. "my" variable $t3 masks earlier declaration in same scope at t/10- xterm.t line 44. "my" variable $option masks earlier declaration in same statement at t/10-xterm.t line 44. "my" variable $t4 masks earlier declaration in same scope at t/10- xterm.t line 45. "my" variable $accessor masks earlier declaration in same scope at t/10- xterm.t line 48. syntax error at t/10-xterm.t line 19, near "$option qw( scrollback )" syntax error at t/10-xterm.t line 28, near "}" syntax error at t/10-xterm.t line 40, near "}" syntax error at t/10-xterm.t line 52, near "}" Execution of t/10-xterm.t aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. t/10-xterm.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 40/40 subtests "my" variable $option masks earlier declaration in same statement at t/20-gnome-terminal.t line 20. "my" variable $t1 masks earlier declaration in same scope at t/20-gnome- terminal.t line 21. "my" variable $t3 masks earlier declaration in same statement at t/20- gnome-terminal.t line 21. "my" variable $option masks earlier declaration in same statement at t/20-gnome-terminal.t line 21. "my" variable $option masks earlier declaration in same scope at t/20- gnome-terminal.t line 31. "my" variable $t3 masks earlier declaration in same scope at t/20-gnome- terminal.t line 32. "my" variable $option masks earlier declaration in same statement at t/20-gnome-terminal.t line 32. "my" variable $t4 masks earlier declaration in same scope at t/20-gnome- terminal.t line 33. "my" variable $accessor masks earlier declaration in same scope at t/20- gnome-terminal.t line 36. syntax error at t/20-gnome-terminal.t line 19, near "$option qw( profile geometry host )" syntax error at t/20-gnome-terminal.t line 28, near "}" syntax error at t/20-gnome-terminal.t line 40, near "}" Execution of t/20-gnome-terminal.t aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. t/20-gnome-terminal.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 24/24 subtests "my" variable $option masks earlier declaration in same statement at t/30-konsole.t line 20. "my" variable $t1 masks earlier declaration in same scope at t/30- konsole.t line 21. "my" variable $t3 masks earlier declaration in same statement at t/30- konsole.t line 21. "my" variable $option masks earlier declaration in same statement at t/30-konsole.t line 21. "my" variable $option masks earlier declaration in same scope at t/30- konsole.t line 31. "my" variable $t3 masks earlier declaration in same scope at t/30- konsole.t line 32. "my" variable $option masks earlier declaration in same statement at t/30-konsole.t line 32. "my" variable $t4 masks earlier declaration in same scope at t/30- konsole.t line 33. "my" variable $accessor masks earlier declaration in same scope at t/30- konsole.t line 36. syntax error at t/30-konsole.t line 19, near "$option qw( profile host )" syntax error at t/30-konsole.t line 28, near "}" syntax error at t/30-konsole.t line 40, near "}" Execution of t/30-konsole.t aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. t/30-konsole.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 20/20 subtests t/99-pod.t ............. ok t/99-podcoverage.t ..... ok # Distribution version: 0.4 t/99-version.t ......... ok
fixed now....