Bug 61720 - [New Port] textproc/p5-XML-Generator A simple Perl module for generating XML documents
Summary: [New Port] textproc/p5-XML-Generator A simple Perl module for generating XML ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 13:10 UTC by Andreas Heil
Modified: 2004-01-31 14:23 UTC (History)
1 user (show)

See Also:


Attachments
p5-XML-Generator-0.93.shar (2.35 KB, text/plain)
2004-01-22 13:10 UTC, Andreas Heil
no flags Details
p5-XML-Generator-0.93.shar (3.20 KB, text/plain; charset="us-ascii")
2004-01-30 21:44 UTC, Andreas Heil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Heil 2004-01-22 13:10:06 UTC
XML::Generator is a simple perl module to help in the generation of XML.
Basically, you create an XML::Generator object and then call a method
for each tag, supplying the contents of that tag as parameters.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2004-01-30 20:15:35 UTC
State Changed
From-To: open->feedback

'make test' reports: 
lemur# cd work/XML-Generator-0.93/ 
lemur# make test 
PERL_DL_NONLAZY=1 /usr/bin/perl5.00503 -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t 
t/DOM...............FAILED before any test output arrived 
t/Generator.........Use of uninitialized value at blib/lib/XML/Generator.pm line 684. 

Can you investigate?
Comment 2 Andreas Heil 2004-01-30 21:44:01 UTC
Ok...
the test is patched in this new version and should not fail again.
(I'll send the patch to the original author of the module, so it will 
be included in upcoming versions of this port.)
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2004-01-31 14:22:46 UTC
State Changed
From-To: feedback->closed

Port added, thanks!