Re: Perl 6 modules plan

[email protected] (Nathan Torkington) Thu, 9 Aug 2001 14:48:49 -0600
Newsgroups perl.perl6.stdlib
Message-ID <[email protected]>
Dan Sugalski writes:
> FWIW, my current view of "The Module Plan" is for all modules to be 
> identifiable via a module name/author ID/version triple. 

.NET has a 4-byte version:

  major.minor.build.revision

Programs are compiled to require the version that was present when the
program was compiled.  To permit other revisions/versions/etc., you
edit the program's metadata.

Nat