Dr.Ruud wrote: > Well, don't underestimate version number logic. Version numbers can also > be like "1.23.045_21". > > Yes, v-strings are deprecated, but supporting version number logic > isn't. Again: see version.pm. > (the C-version is 6k, the Perl version is 11k) > > I'm not underestimating version logic, if anything the exact opposite. I consider the storage simple enough that it doesn't warrant its own data type (especially since Perl can handle the job above the hood) but the treatment potentially complex and different enough (or at least the common uses of said data numerous enough)that it should have at least it's own module if not it's own tree (to allow various different adaptations for versioning schemes)...again version.pm.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/