Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 42944
Status: resolved
Priority: 0/
Queue: XML-Twig

People
Owner: Nobody in particular
Requestors: HMBRAND [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 3.33



$ xml_pp -h Bareword "pod2text" not allowed while "strict subs" in use at /pro/bin/ xml_pp line 119. Execution of /pro/bin/xml_pp aborted due to compilation errors. --- tools/xml_pp/xml_pp.org 2007-11-09 14:31:42.000000000 +0100 +++ tools/xml_pp/xml_pp 2009-02-01 12:12:47.000000000 +0100 @@ -116,7 +116,7 @@ sub process_options push @ARGV, files_from( $file); } elsif( ($opt eq '-h') || ($opt eq '--help')) - { system pod2text, $0; exit; } + { system "pod2text", $0; exit; } elsif( $opt eq '--') { last; } else -->8---
On Sun Feb 01 06:19:15 2009, HMBRAND wrote: Show quoted text
> $ xml_pp -h > Bareword "pod2text" not allowed while "strict subs" in use at /pro/bin/ > xml_pp line 119. > Execution of /pro/bin/xml_pp aborted due to compilation errors. > > --- tools/xml_pp/xml_pp.org 2007-11-09 14:31:42.000000000 +0100 > +++ tools/xml_pp/xml_pp 2009-02-01 12:12:47.000000000 +0100 > @@ -116,7 +116,7 @@ sub process_options > push @ARGV, files_from( $file); > } > elsif( ($opt eq '-h') || ($opt eq '--help')) > - { system pod2text, $0; exit; } > + { system "pod2text", $0; exit; } > elsif( $opt eq '--') > { last; } > else > -->8---
Sorry for not answering before, I did not receive the RT notification. I have fixed the problem in the development version, and it will be in the next release (3.33). Thanks __ mirod