Re: Module Proposal: Number::Collection

2007-05-21 Thread J. Cheetham
On Friday 18 May 2007, you wrote: On 18 May 2007, at 16:21, K. J. Cheetham wrote: I've already written the bulk of the module and a series of tests and POD for it, which I can show if need be. How does it intersect with http://search.cpan.org/dist/Set-IntSpan/ and

Re: Module Proposal: Number::Collection

2007-05-19 Thread Andy Armstrong
On 19 May 2007, at 13:40, K. J. Cheetham wrote: Damn, I must have missed Set::IntSpan::Fast somehow when I was looking around for a module that did what I wanted. By the looks of it, your module does almost everything mine does and much more. The only thing it seems to be lacking is a handy

Re: Module Proposal: Number::Collection

2007-05-19 Thread K. J. Cheetham
Andy Armstrong wrote: On 18 May 2007, at 16:21, K. J. Cheetham wrote: I've already written the bulk of the module and a series of tests and POD for it, which I can show if need be. How does it intersect with http://search.cpan.org/dist/Set-IntSpan/ and

Module Proposal: Number::Collection

2007-05-18 Thread K. J. Cheetham
Hello, I recently created a module for encoding and decoding numerical arrays to strings, in the form of 1,4,10-29, with duplicates being supported. It works by optionally exporting a selection of functions including encode_array, decode_array, validate_encoded_array, add_encoded_arrays,

Re: Module Proposal: Number::Collection

2007-05-18 Thread Andy Armstrong
On 18 May 2007, at 16:21, K. J. Cheetham wrote: I've already written the bulk of the module and a series of tests and POD for it, which I can show if need be. How does it intersect with http://search.cpan.org/dist/Set-IntSpan/ and http://search.cpan.org/dist/Set-IntSpan-Fast/ ? -- Andy

Re: Module Proposal: Number::Collection

2007-05-18 Thread Eric Wilhelm
# from K. J. Cheetham # on Friday 18 May 2007 08:21 am: I recently created a module for encoding and decoding numerical arrays to strings, in the form of 1,4,10-29, with duplicates being supported. Maybe Set::Stringify, Set::AsStrings, Set::Encode, or Set::Serialize? Number::Collection