Module::Build and ActiveState

2010-01-06 Thread Klaus
There are problems in the way that Module::Build interacts with ActiveState Perl, those problems are: - HTML generated with Module::Build is not conform with the way HTML is generated by ActiveState / ExtUtils::MakeMaker - with Module::Build, ActiveState's Table of Contents (html\index.html

Re: Module::Build and ActiveState

2010-01-08 Thread Klaus
> On Wed, Jan 6, 2010 at 11:03 AM, Klaus wrote: > > I have a patch that fixes those problems. 3 modules are to be patched: > > "ActivePerl::DocTools::Pod", "ExtUtils::Command::MM" and > > "Module::Build::Base". > On 7 jan, 13:59, jona

Re: Module::Build and ActiveState

2010-01-09 Thread Klaus
On 7 jan, 16:12, klau...@gmail.com (Klaus) wrote: > > On Wed, Jan 6, 2010 at 11:03 AM, Klaus wrote: > > > I have a patch that fixes those problems. 3 modules are to be patched: > > > "ActivePerl::DocTools::Pod", "ExtUtils::Command::MM" and > >

Re: Module::Build and ActiveState

2010-01-10 Thread Klaus
On 9 jan, 20:25, klau...@gmail.com (Klaus) wrote: > On 7 jan, 16:12, klau...@gmail.com (Klaus) wrote: > > > > On Wed, Jan 6, 2010 at 11:03 AM, Klaus wrote: > > > > I have a patch that fixes those problems. 3 modules are to be patched: > > > > "Active

XML::Reader

2010-04-28 Thread Klaus
Hi everybody, I have already posted on comp.lang.perl.modules, but if the moderator agrees, I think this would be on topic for this newsgroup as well. I have released XML::Reader (ver 0.34) http://search.cpan.org/~keichner/XML-Reader-0.34/lib/XML/Reader.pm To explain the module, I have created a

Re: XML::Reader

2010-04-30 Thread Klaus
On 27 avr, 18:09, klau...@gmail.com (Klaus) wrote: > I have released XML::Reader (ver 0.34) > http://search.cpan.org/~keichner/XML-Reader-0.34/lib/XML/Reader.pm I have now released a new version of XML::Reader (ver 0.35) with some bug fixes, warts removed, relicensing, etc...

Re: XML::Reader

2010-05-11 Thread Klaus
On Tue, May 11, 2010 at 7:49 AM, Jonathan Rockway wrote: > * On Tue, Apr 27 2010, Klaus wrote: > > I have released XML::Reader (ver 0.34) > > http://search.cpan.org/~keichner/XML-Reader-0.34/lib/XML/Reader.pm<http://search.cpan.org/%7Ekeichner/XML-Reader-0.34/lib/XML/Reader.pm

Re: XML::Reader

2010-05-11 Thread Klaus
On Tue, May 11, 2010 at 4:14 PM, Dana Hudes wrote: > Klaus, > Thanks for contributing to CPAN Dana, Thanks for your message > From: Klaus > Date: Tue, 11 May 2010 10:10:33 +0200 > > I would position XML::Reader in the same space as XML::Twig > > and XML::TokeParser. >

Re: XML::Reader

2010-05-11 Thread Klaus
On Tue, May 11, 2010 at 6:34 PM, Jonathan Rockway wrote: > > * On Tue, May 11 2010, Klaus wrote: > > However, unlike XML::Twig, XML::Reader does not rely on callback > > functions to parse the XML. With XML::Reader you loop over the > > XML-document yourself and the result

Re: Where should I put temp files for testing?

2011-04-06 Thread Klaus
On 4 avr, 17:46, sterl...@hanenkamp.com (Sterling Hanenkamp) wrote: > I am expanding the test suite for a module and to do so, I will need/want to > create some temporary git repositories that I can work on. However, I'm not > sure what the best practice is for locating these directories and files?

module XML::Reader

2011-04-18 Thread Klaus
Just a small message to say that my module XML::Reader is on CPAN: http://search.cpan.org/~keichner/XML-Reader-0.37/lib/XML/Reader.pm It is most useful to extract XML sequentially (uses constant memory, even with huge XML files). Feedback is most welcome. Here is an example from the documentatio