NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Iterator::Lite (Score:1)
Care to put the pod online?
Re: Iterator::Lite (Score:2)
Seriously - I looked at CPAN for an obvious namespace to drop it into - maybe I should use class::iterator::lite but it isn't a class you really use as a superclass, more a class you use as visitor ( has-a rather than is-a ).
I will put the pod and source online once I have tested it a bit more and made sure it isn't unintentionally copying from damien or anyone else.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Parent
Re: Iterator::Lite (Score:1)
Well to me it mostly depends on your API, which is why I'm curious to see what your module actually does, and how you call on it. That's why I asked about seeing the pod.
For which Class::Visitor could be a good name, if i
Re: Iterator::Lite (Score:2)
At the moment I need to debug a small problem with the autoload created subs, so that it works properly.
Data::Iterator would be a good name if it is free.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;