comments for module naming

2008-01-10 Thread Jerome Quelin
hello, i'm looking for a vector module to be used in Language::Befunge. currently, i provide Language::Befunge::Vector which is a pure perl version of what i'm looking for. my requirements: - n dimensions, ie, not limited to 2D (x,y) or 3D (x,y,z) - integer values - basic operations on them

Re: comments for module naming

2008-01-10 Thread Eric Wilhelm
# from Jerome Quelin # on Thursday 10 January 2008 08:50:  - Math::Vector  - Math::Vector::Integer (i deal with integer only) I'm not sure why Math-Vector doesn't show up on search.cpan.org. http://search.cpan.org/~wsyvinski/ http://kobesearch.cpan.org/author/wsyvinski In any case, I