RFC - Data::SelectWithoutReplacement

2005-11-17 Thread David Landgren
People, I have a simple module written and as far as I can tell, there's nothing on CPAN that does this. (Algorithm::Permute might, but it segfaults on my machine). From the POD: Data::SelectWithoutReplacement - Generate all subsets of a list of elements =head1 VERSION This document

Re: RFC - Data::SelectWithoutReplacement

2005-11-17 Thread Philippe 'BooK' Bruhat
Le jeudi 17 novembre 2005 à 22:45, David Landgren écrivait: I have a simple module written and as far as I can tell, there's nothing on CPAN that does this. (Algorithm::Permute might, but it segfaults on my machine). From the POD: Data::SelectWithoutReplacement - Generate all subsets

Re: RFC - Data::SelectWithoutReplacement

2005-11-17 Thread Xavier Noria
On Nov 17, 2005, at 22:45, David Landgren wrote: People, I have a simple module written and as far as I can tell, there's nothing on CPAN that does this. (Algorithm::Permute might, but it segfaults on my machine). There are some modules dealing with this kind of stuff, with more

Re: RFC - Data::SelectWithoutReplacement

2005-11-17 Thread Smylers
David Landgren writes: ... my main question concerns the name. Is it good? Did you understand what the module would do when your saw the subject of this message in your inbox? No. And I still don't understand what WithoutReplacement means in this context -- after reading those terms in the

Linking to a POD document in POD

2005-11-17 Thread John Siracusa
How do I link to a POD document form within my POD in such a way that search.cpan.org will make the correct link? I tried doing this: LMy::Foo to link to My/Foo.pod in my module, but that doesn't work. OTOH, that syntax seems to work fine in some other modules I see on CPAN. What am I

Re: Linking to a POD document in POD

2005-11-17 Thread Ken Williams
On Nov 17, 2005, at 7:16 PM, John Siracusa wrote: How do I link to a POD document form within my POD in such a way that search.cpan.org will make the correct link? I tried doing this: LMy::Foo to link to My/Foo.pod in my module, but that doesn't work. `perldoc perlpod` seems to