Re: Net::SSH2 'hijack'

2006-03-19 Thread Dr Bean
, rather than use the same number as the version uploaded by Vandana Awasthi. But perhaps using the same number more effectively hides the other version. -- Dr Bean, Taiwan

Net::SSH2 'hijack'

2006-03-18 Thread Dr Bean
://cpansearch.perl.org/~dbrobins/Net-SSH2-0.07/ The other: Linkname: Vandana Awasthi / Net-SSH2-0.07 - cpansearch.perl.org URL: http://cpansearch.perl.org/~awa/Net-SSH2-0.07/ The other one doesn't seem to be indexed, but you can find it from the first page under other releases. -- Dr Bean, Taiwan

Re: Naming advice for a templating module

2006-03-04 Thread Dr Bean
On Sat, 04 Mar 2006, A. Pagaltzis wrote: * Dr Bean [EMAIL PROTECTED] [2006-03-04 09:00]: On Fri, 03 Mar 2006, A. Pagaltzis wrote: I had been thinking of XML::SlickTemplate. :-) Or else I might go with XML::SimpleTemplate. They’re better than Xmplate in that they actually contain the word

Re: Naming advice for a templating module

2006-03-03 Thread Dr Bean
, as it was for a time. -- Dr Bean

Re: Games::RoundRobin::Schedule or Games::Schedule::RoundRobin

2006-01-31 Thread Dr Bean
into another Algorithm::Pair::Best Perl module to select pairings (designed for Go tournaments, but can be used for anything, really). Do I need to follow the precedent of these modules? -- Dr Bean, Taiwan

Games::RoundRobin::Schedule or Games::Schedule::RoundRobin

2006-01-30 Thread Dr Bean
is thus represented twice. meetings $schedule-meetings($member1,[$member2,$member3,...]) Returns, as an array reference, the rounds (TODO and the venue) at which $member1 meets $member2, $member3, ... -- Dr Bean, Taiwan

Re: Games::RoundRobin::Schedule or Games::Schedule::RoundRobin

2006-01-30 Thread Dr Bean
On Mon, 30 Jan 2006, A. Pagaltzis wrote: * Dr Bean [EMAIL PROTECTED] [2006-01-30 13:30]: Scoring, however, is perhaps another area that could have its own module. However, I think it’s not unnatural in the least to have a Games::RoundRobin for scheduling and Games::RoundRobin::Scoring